メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

TabLeaderTypeEnum の列挙定数は、使用できるタブリーダーの種類を示します。
typedef enum {
 TLT_None,
 TLT_Dots,
 TLT_MiddleDots,
 TLT_Hyphens,
 TLT_Underline
} TabLeaderTypeEnum;

要素

名前説明
TLT_Dotsベースライン上のドット: TLT_Dots
TLT_Hyphensハイフンをタブリーダーとして使用: TLT_Hyphens
TLT_MiddleDots行の中央にあるドット (ベースライン上ではない) : TLT_MiddleDots
TLT_Noneタブリーダーなし。
TLT_Underline下線をタブリーダーとして使用: TLT_Underline

使用箇所

ITabPosition::TabLeaderType ITabPositions::AddNew