WdTabLeader Enumeration

Specifies the character to use as the leader with formatted tabs.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

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

Members

Member name Description
wdTabLeaderSpaces Spaces. default.
wdTabLeaderDots Dots.
wdTabLeaderDashes Dashes.
wdTabLeaderLines Double lines.
wdTabLeaderHeavy A heavy line.
wdTabLeaderMiddleDot A middle dot.

See Also

Reference

Microsoft.Office.Interop.Word Namespace