Documents for PDF, .NET Edition Documentation
TabStopAlignment Enumeration

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : TabStopAlignment Enumeration
Specifies the tab stop alignment options.
Syntax
'Declaration
 
Public Enum TabStopAlignment 
   Inherits System.Enum
public enum TabStopAlignment : System.Enum 
Members
MemberDescription
CenterText is centered relative to the tab stop.
LeadingText is aligned to the right of the tab stop.
SeparatorCharacters are aligned to the left of a specified separator.
TrailingText is aligned to the left of the tab stop and extends to the left.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Documents.Text Namespace