Added code to implement Box 2 format
Added code to use separate boxes for notes and use RNOWidthAdj flag Added code to implement SETREV page element.
This commit is contained in:
@@ -1707,6 +1707,8 @@ namespace Volian.Print.Library
|
||||
return PageListTopCheckOffHeader;
|
||||
case "{ROMANPAGE}":
|
||||
return ItemInfo.RomanNumbering(CurrentPageNumber).ToLower();
|
||||
case "{SETREV}":
|
||||
return MySection.MyDocVersion.DocVersionConfig.ProcedureSetRev;
|
||||
}
|
||||
if (!_MissingTokens.Contains(match.Value))
|
||||
{
|
||||
|
Reference in New Issue
Block a user