TabStopValues enumeration
Office 2013 and later
Defines the TabStopValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Clear | No Tab Stop. When the item is serialized out as xml, its value is "clear". | |
| Left | Left Tab. When the item is serialized out as xml, its value is "left". | |
| Start | start. When the item is serialized out as xml, its value is "start". | |
| Center | Centered Tab. When the item is serialized out as xml, its value is "center". | |
| Right | Right Tab. When the item is serialized out as xml, its value is "right". | |
| End | end. When the item is serialized out as xml, its value is "end". | |
| Decimal | Decimal Tab. When the item is serialized out as xml, its value is "decimal". | |
| Bar | Bar Tab. When the item is serialized out as xml, its value is "bar". | |
| Number | List Tab. When the item is serialized out as xml, its value is "num". |
Show: