Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OutlineLevel Enumeration

In This Topic
    OutlineLevel Enumeration
    In This Topic
    Specifies the outline level of a paragraph in the document.
    Syntax
    'Declaration
     
    Public Enum OutlineLevel 
       Inherits System.Enum
    public enum OutlineLevel : System.Enum 
    Members
    MemberDescription
    BodyText The paragraph is at the level of the main text.
    Level1 The paragraph is at the outline level 1 (topmost level).
    Level2 The paragraph is at the outline level 2.
    Level3 The paragraph is at the outline level 3.
    Level4 The paragraph is at the outline level 4.
    Level5 The paragraph is at the outline level 5.
    Level6 The paragraph is at the outline level 6.
    Level7 The paragraph is at the outline level 7.
    Level8 The paragraph is at the outline level 8.
    Level9 The paragraph is at the outline level 9.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.OutlineLevel

    See Also