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 TabStopLeaderCharValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration TabStopLeaderCharValues
'Usage
Dim instance As TabStopLeaderCharValues
public enum TabStopLeaderCharValues
Members
Member name | Description | |
---|---|---|
None | No tab stop leader. When the item is serialized out as xml, its value is "none". | |
Dot | Dotted leader line. When the item is serialized out as xml, its value is "dot". | |
Hyphen | Dashed tab stop leader line. When the item is serialized out as xml, its value is "hyphen". | |
Underscore | Solid leader line. When the item is serialized out as xml, its value is "underscore". | |
Heavy | Heavy solid leader line. When the item is serialized out as xml, its value is "heavy". | |
MiddleDot | Middle dot leader line. When the item is serialized out as xml, its value is "middleDot". |