Adjust landscape word section pagelist item locations & flags for printing pagelist items as landscape

Calvert: Added ‘DSS_PageListAddSectCont’ flag to docstyle->Style to flag continue message in section title
Calvert: Reset svg’s for document styles that have ‘DSS_PageListAddSectCont’ so that pages other than first have continue message
Calvert: Print continue message for “ATTACHTITLECONT” pagelist item (but not on 1st page)
This commit is contained in:
2014-11-04 16:48:26 +00:00
parent 7ea770e9e2
commit 1129cb3431
4 changed files with 22 additions and 1 deletions

View File

@@ -167,6 +167,7 @@ namespace VEPROMS.CSLA.Library
DSS_SimpleTopSectionContinue = 0x80000000, // Use the Top continue message as the section continue */
DSS_DontDoCheckOffs = 0x100000000, // format has checkoffs, but don't do for this section
DSS_PageListSpBckgrnd = 0x200000000, // this background document style has special formatting: margins, title with cont and non underlined header (IP2BCK)
DSS_PageListAddSectCont = 0x400000000, // for this section, add the top continue message when doing the ATTACHTITLECONT pagelist token (Calvert/Landscape word docs)
};
public enum E_DocStyleUse : uint
{