Click or drag to resize

RtfToHtmlTabCharacterLeader Enumeration

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

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2023.10.18
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