WdTabLeader Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the character to use as the leader with formatted tabs.
public enum class WdTabLeader
[System.Runtime.InteropServices.Guid("2865FA06-2E76-3355-A5BC-60F362370C60")]
public enum WdTabLeader
type WdTabLeader =
Public Enum WdTabLeader
- Inheritance
-
WdTabLeader
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdTabLeaderSpaces | 0 | Spaces. default. |
wdTabLeaderDots | 1 | Dots. |
wdTabLeaderDashes | 2 | Dashes. |
wdTabLeaderLines | 3 | Double lines. |
wdTabLeaderHeavy | 4 | A heavy line. |
wdTabLeaderMiddleDot | 5 | A middle dot. |