TabCharacterLeader Enumeration |
Specifies the type of the leader line displayed under the tab character.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public enum TabCharacterLeader
Public Enumeration TabCharacterLeader
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