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

In This Topic
    TabStopAlignment Enumeration
    In This Topic
    Specifies the alignment type of a tab stop.
    Syntax
    'Declaration
     
    Public Enum TabStopAlignment 
       Inherits System.Enum
    public enum TabStopAlignment : System.Enum 
    Members
    MemberDescription
    Bar Draws a vertical bar at the tab stop position.
    Center Centers the text around the tab stop.
    Clear Clears any tab stop in this position.
    Decimal Aligns the text at the decimal dot.
    Left Left-aligns the text after the tab stop.
    List The tab is a delimiter between the number/bullet and text in a list item.
    Right Right-aligns the text at the tab stop.
    Inheritance Hierarchy

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

    See Also