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
9/17/2024 3:14:41 PM