NevronOpenVision
Nevron.Nov.Text Namespace / ENSectionBreakType Enumeration
ENSectionBreakType Enumeration
Enumerates the section break type
Syntax
public enum ENSectionBreakType : System.Enum 
Members
MemberDescription
ColumnBreakThe section breaks the current column break and starts on a new one
ContinuousThe section is continuous (continues in the page generated by the previous section)
EvenPageThe section always starts on an even page
NextPageThe section always starts on a new page
OddPageThe section always starts on odd page
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Nevron.Nov.Text.ENSectionBreakType

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also