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

In This Topic
    TabRelativeTo Enumeration
    In This Topic
    Specifies the extents that shall be used to calculate the absolute positioning of a positional tab character.
    Syntax
    'Declaration
     
    Public Enum TabRelativeTo 
       Inherits System.Enum
    public enum TabRelativeTo : System.Enum 
    Members
    MemberDescription
    Indent Extent position relative to text indents.
    Margin Extent position relative to text margins.
    Inheritance Hierarchy

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

    See Also