added Docstyle format flag DSS_WordContentLandscaped to flag that Word content is landscaped

don’t change level for steps under sequentials (only under notes/cautions/equipment lists)
use Docstyle format flag DSS_WordContentLandscaped to make End message landscaped
This commit is contained in:
2014-11-18 15:12:23 +00:00
parent 443dc9adaf
commit 85a8a26504
4 changed files with 11 additions and 1 deletions

View File

@@ -168,6 +168,7 @@ namespace VEPROMS.CSLA.Library
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)
DSS_WordContentLandscaped = 0x800000000, // for this section, the word content is landscaped.
};
public enum E_DocStyleUse : uint
{