Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / ENSectionBreakType Enumeration


In This Topic
    ENSectionBreakType Enumeration
    In This Topic
    Enumerates the section break type
    Syntax
    'Declaration
     
    
    Public Enum ENSectionBreakType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSectionBreakType
    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