Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the TabStopValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration TabStopValues
'Usage
Dim instance As TabStopValues
public enum TabStopValues
Members
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". |