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.
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. |