Skip to main content
TabLeaderTypeEnum enumeration constants denote available types of tab leaders.
typedef enum {
 TLT_None,
 TLT_Dots,
 TLT_MiddleDots,
 TLT_Hyphens,
 TLT_Underline
} TabLeaderTypeEnum;

Elements

NameDescription
TLT\_DotsDots on the base line: TLT_Dots
TLT\_HyphensHyphens are used as tab leaders: TLT_Hyphens
TLT\_MiddleDotsDots in the middle of the line (not on the base line): TLT_MiddleDots
TLT\_NoneNo tab leader.
TLT\_UnderlineUnderline is used as tab leader: TLT_Underline

Used in

ITabPosition::TabLeaderType ITabPositions::AddNew