Calvert: implement ATTACHTITLECONT pagelist item

This commit is contained in:
Kathy Ruffing 2014-11-04 12:02:50 +00:00
parent 792fede090
commit 7ea770e9e2

View File

@ -1477,6 +1477,8 @@ namespace Volian.Print.Library
break;
case "{SECTIONLEVELTITLE}":
case "[SECTIONLEVELTITLE]":
case "{ATTACHTITLECONT}":
case "[ATTACHTITLECONT]":
bool printsectlevel = ((pageItem.Justify & VEPROMS.CSLA.Library.E_Justify.PSOnlyFirst) != VEPROMS.CSLA.Library.E_Justify.PSOnlyFirst) ||
(((pageItem.Justify & VEPROMS.CSLA.Library.E_Justify.PSOnlyFirst) == VEPROMS.CSLA.Library.E_Justify.PSOnlyFirst) && PrintedSectionPage==0);
// if there is 'no title' for the section, only print it if a format flag says to print it.