ParagraphTabAlignmentEnum
ParagraphTabAlignmentEnum enumeration constants denote available types of alignment for a single tab stop.
typedef enum {
PTA_Left,
PTA_Right,
PTA_Center
} ParagraphTabAlignmentEnum;
Elements
Name | Description |
---|---|
PTA_Center | Center-aligned tab stop. |
PTA_Left | Left-aligned tab stop. |
PTA_Right | Right-aligned tab stop. |
Used in
03.07.2024 8:50:25