Skip to main content

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.

ParagraphTabAlignmentEnum enumeration constants denote available types of alignment for a single tab stop.
typedef enum {
 PTA_Left,
 PTA_Right,
 PTA_Center
} ParagraphTabAlignmentEnum;

Elements

NameDescription
PTA\_CenterCenter-aligned tab stop.
PTA\_LeftLeft-aligned tab stop.
PTA\_RightRight-aligned tab stop.

Used in

ITabPosition::Alignment ITabPositions::AddNew