Word.TabAlignment enum
Represents the alignment of a tab stop.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| bar = "Bar" | Represents that the tab stop is aligned to the bar. |
| center = "Center" | Represents that the tab stop is aligned to the center. |
| decimal = "Decimal" | Represents that the tab stop is aligned to the decimal point. |
| left = "Left" | Represents that the tab stop is aligned to the left. |
| list = "List" | Represents that the tab stop is aligned to the list. |
| right = "Right" | Represents that the tab stop is aligned to the right. |