Added SHE pagelist item ATTACHNUM

This commit is contained in:
Kathy Ruffing 2013-06-27 12:53:40 +00:00
parent 45fdbc4fe3
commit 067f1e8732

View File

@ -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