Elements
| Name | Description |
|---|---|
| PTA\_Center | Center-aligned tab stop. |
| PTA\_Left | Left-aligned tab stop. |
| PTA\_Right | Right-aligned tab stop. |
typedef enum {
PTA_Left,
PTA_Right,
PTA_Center
} ParagraphTabAlignmentEnum;
| Name | Description |
|---|---|
| PTA\_Center | Center-aligned tab stop. |
| PTA\_Left | Left-aligned tab stop. |
| PTA\_Right | Right-aligned tab stop. |
Was this page helpful?