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

In This Topic
    TabAlignment Enumeration
    In This Topic
    Specifies the location of a positional tab stop on a line, as well as the alignment that shall be applied to text subsequent to the current positional tab stop.
    Syntax
    'Declaration
     
    Public Enum TabAlignment 
       Inherits System.Enum
    public enum TabAlignment : System.Enum 
    Members
    MemberDescription
    Center Align the tab at the center position.
    Left Align the tab at the left position.
    Right Align the tab at the right position.
    Inheritance Hierarchy

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

    See Also