TabLeaderTypeEnum
TabLeaderTypeEnum enumeration constants denote available types of tab leaders.
typedef enum {
TLT_None,
TLT_Dots,
TLT_MiddleDots,
TLT_Hyphens,
TLT_Underline
} TabLeaderTypeEnum;
Elements
Name | Description |
---|---|
TLT_Dots |
Dots on the base line: |
TLT_Hyphens |
Hyphens are used as tab leaders: |
TLT_MiddleDots |
Dots in the middle of the line (not on the base line): |
TLT_None | No tab leader. |
TLT_Underline |
Underline is used as tab leader: |
Used in
03.07.2024 8:50:25