Version

TabStopAlignment Enumeration

Determines the type of a tab stop.
Syntax
'Declaration
 
Public Enum TabStopAlignment 
   Inherits System.Enum
public enum TabStopAlignment : System.Enum 
Members
MemberDescription
BarSpecifies that the tab is a bar tab. A bar tab is a tab which does not result in a custom tab stop (this tab stop location shall be skipped when positioning custom tab characters), but instead shall be used to draw a vertical line (or bar) at this location in the parent paragraph
CenterText will have its center aligned with this tab stop
ClearSpecifies that the tab stop is cleared (i.e. ignored)
DecimalThe decimal point of a number will be aligned with this tab stop
EndText will have its right edge aligned with this tab stop
StartText will have its left edge aligned with this tab stop
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also