Calvert: implement ATTACHTITLECONT pagelist item
This commit is contained in:
parent
792fede090
commit
7ea770e9e2
@ -1477,6 +1477,8 @@ namespace Volian.Print.Library
|
|||||||
break;
|
break;
|
||||||
case "{SECTIONLEVELTITLE}":
|
case "{SECTIONLEVELTITLE}":
|
||||||
case "[SECTIONLEVELTITLE]":
|
case "[SECTIONLEVELTITLE]":
|
||||||
|
case "{ATTACHTITLECONT}":
|
||||||
|
case "[ATTACHTITLECONT]":
|
||||||
bool printsectlevel = ((pageItem.Justify & VEPROMS.CSLA.Library.E_Justify.PSOnlyFirst) != VEPROMS.CSLA.Library.E_Justify.PSOnlyFirst) ||
|
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);
|
(((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.
|
// if there is 'no title' for the section, only print it if a format flag says to print it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user