Added SHE pagelist item ATTACHNUM
This commit is contained in:
parent
45fdbc4fe3
commit
067f1e8732
@ -1007,6 +1007,11 @@ namespace Volian.Print.Library
|
|||||||
plstr = plstr.Replace(token, MySection.MyDocVersion.DocVersionConfig.Unit_Text);
|
plstr = plstr.Replace(token, MySection.MyDocVersion.DocVersionConfig.Unit_Text);
|
||||||
//svgGroup.Add(PageItemToSvgText(pageItem, pageItem.Token.Replace(token, MySection.MyDocVersion.DocVersionConfig.Unit_Text)));
|
//svgGroup.Add(PageItemToSvgText(pageItem, pageItem.Token.Replace(token, MySection.MyDocVersion.DocVersionConfig.Unit_Text)));
|
||||||
break;
|
break;
|
||||||
|
case "{ATTACHNUM}":
|
||||||
|
case "[ATTACHNUM]":
|
||||||
|
plstr = plstr.Replace(token, "1"); // used by SHESDD - but 16bit returns '1' unless has format flag 'MoveParensToToken' that was only in SCE (San Onofre)
|
||||||
|
break;
|
||||||
|
|
||||||
case "{CHKOFFHEADING}":
|
case "{CHKOFFHEADING}":
|
||||||
case "[CHKOFFHEADING]":
|
case "[CHKOFFHEADING]":
|
||||||
// unfortunately, the font is not stored on the page list item if there is an active
|
// unfortunately, the font is not stored on the page list item if there is an active
|
||||||
|
Loading…
x
Reference in New Issue
Block a user