Specifies the tab justification.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TabJustification
Public Enumeration TabJustification
public enum class TabJustification
type TabJustification
Members
| Member | Value | Description |
|---|---|---|
| Left | 0 |
Left tab.
|
| Centered | 1 |
Centered tab.
|
| Right | 2 |
Right tab.
|
| Decimal | 3 |
Decimal tab.
|
| Bar | 4 |
Bar.
|
| List | 6 | |
| Clear | 7 |
Clears any tab stop in this position.
|