TabStopLeader Enum |
Docentric Toolkit Help
Send Feedback |
Represents the characters which may be used to fill in the space created by a tab which ends at this custom TabStop. The chosen character is repeated as required to completely fill the gap created by a tab.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TabStopLeader
Member name | Description |
---|---|
Dot | Specifies dot (.) as the leader character. |
Hyphen | Specifies hyphen (-) as the leader character. |
None | Specifies that there shall be no leader character. |
Underscore | Specifies underscore (_) as the leader character. |