| TabCharacterLeader Enumeration | 
            Specifies the type of the leader line displayed under the tab character.
            
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.10.22
 Syntax
Syntaxpublic enum TabCharacterLeader
Public Enumeration TabCharacterLeader
 Members
Members| Member name | Value | Description | 
|---|
| None | 0 | Specifies that there shall be no leader character. | 
| Dot | 1 | Specifies that the leader character shall be a dot. | 
| Hyphen | 2 | Specifies that the leader character shall be a hyphen. | 
| Underscore | 3 | Specifies that the leader character shall be an underscore. | 
 See Also
See Also