Click or drag to resize

TabStopAlignment Enumeration

Specifies the alignment/type of a tab stop.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum TabStopAlignment
Members
Member nameValueDescription
None0 Clears any tab stop in this position.
Left1 Left-aligns the text after the tab stop.
Center2 Centers the text around the tab stop.
Right3 Right-aligns the text at the tab stop.
Decimal4 Aligns the text at the decimal dot.
Bar5 Draws a vertical bar at the tab stop position.
List6 The tab is a delimiter between the number/bullet and text in a list item.
See Also