TabStopLeaderCharValues Enumeration
Defines the TabStopLeaderCharValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration TabStopLeaderCharValues
'Uso
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". |