Click or drag to resize

TabJustification Enumeration

Specifies the tab justification.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum TabJustification
Members
Member name Value Description
Left 0 Left tab.
Centered 1 Centered tab.
Right 2 Right tab.
Decimal 3 Decimal tab.
Bar 4 Bar.
List 6 List tab justification.
Clear 7 Clears any tab stop in this position.
See Also