AbsolutePositionTabLeaderCharValues Enumeration

Defines the AbsolutePositionTabLeaderCharValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration AbsolutePositionTabLeaderCharValues
'Usage
Dim instance As AbsolutePositionTabLeaderCharValues
public enum AbsolutePositionTabLeaderCharValues

Members

Member name Description
None No Leader Character. When the item is serialized out as xml, its value is "none".
Dot Dot Leader Character. When the item is serialized out as xml, its value is "dot".
Hyphen Hyphen Leader Character. When the item is serialized out as xml, its value is "hyphen".
Underscore Underscore Leader Character. When the item is serialized out as xml, its value is "underscore".
MiddleDot Centered Dot Leader Character. When the item is serialized out as xml, its value is "middleDot".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace