C2024-017 Removed old (not implemented) format variables and settings from the format files and removed incomplete references to them in the C# code. Also added descriptions of the used format variables in the C# code that hooks the XML format files to the PROMS C# logic.
This commit is contained in:
@@ -127,10 +127,6 @@ namespace VEPROMS.CSLA.Library
|
||||
[Flags]
|
||||
public enum E_DocStructStyle : ulong
|
||||
{
|
||||
//USEONALLPAGES = 0, // Default
|
||||
//USEONFIRSTPAGE = 1, // Use only on the first page
|
||||
//USEONALLBUTFIRSTPAGE = 2, // Use on all but the first page
|
||||
//USEONLASTPAGE = 4, // NO LOGIC exists for this selection. Use only on the last page
|
||||
None = 0,
|
||||
UseSectionFoldout = 8, // Attach section foldouts (only active if using SectionLevelFoldouts_ON
|
||||
DontCountFoldoutPgs = 16, // Used with the USESECTIONFOLDOUT flag. Keeps foldout pages from
|
||||
@@ -138,7 +134,7 @@ namespace VEPROMS.CSLA.Library
|
||||
TableOfContents = 32,
|
||||
DontCountInTabOfCont = 64,
|
||||
Placekeeper = 128,
|
||||
Align1StLevSubWHLS = 0x00000100, // guess?
|
||||
Align1StLevSubWHLS = 0x00000100, // the first level sub-step will start at the same column as the high level step
|
||||
DoubleBoxHLS = 0x00000200,
|
||||
UseAltCntrline = 0x00000400,
|
||||
DontNumberInTOC = 0x00000800, // Don't include page number for this section in the Table of Contents
|
||||
|
Reference in New Issue
Block a user