Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ListLevelAlignment Enumeration

In This Topic
    ListLevelAlignment Enumeration
    In This Topic
    Specifies alignment for a list number or bullet.
    Syntax
    'Declaration
     
    Public Enum ListLevelAlignment 
       Inherits System.Enum
    public enum ListLevelAlignment : System.Enum 
    Members
    MemberDescription
    Center The list label is centered at the number position.
    Left The list label is aligned to the left of the number position.
    Right The list label is aligned to the right of the number position.
    Inheritance Hierarchy

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

    See Also