Click or drag to resize

TabCharacterLeader Enumeration

Specifies the type of the leader line displayed under the tab character.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum TabCharacterLeader
Members
Member nameValueDescription
None0 Specifies that there shall be no leader character.
Dot1 Specifies that the leader character shall be a dot.
Hyphen2 Specifies that the leader character shall be a hyphen.
Underscore3 Specifies that the leader character shall be an underscore.
See Also