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


In This Topic
    ENOutlineLevel Enumeration
    In This Topic
    Enumerates the paragraph outline levels.
    Syntax
    'Declaration
     
    
    Public Enum ENOutlineLevel 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENOutlineLevel
    public enum ENOutlineLevel : System.Enum 
    Members
    MemberDescription
    BodyTextBody text.
    Level1Level 1.
    Level2Level 2.
    Level3Level 3.
    Level4Level 4.
    Level5Level 5.
    Level6Level 6.
    Level7Level 7.
    Level8Level 8.
    Level9Level 9.
    Inheritance Hierarchy

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

    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