Skip to main content
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