元素
| 名称 | 描述 |
|---|---|
| PA_Center | 居中对齐的段落。 |
| PA_Justify | 两端对齐的段落 (左右两侧均对齐) 。 |
| PA_JustifyForArabic | 使用 kashida 进行两端对齐的段落 (适用于阿拉伯语文本) 。 |
| PA_Left | 左对齐的段落。 |
| PA_Right | 右对齐的段落。 |
typedef enum {
PA_Left,
PA_Center,
PA_Right,
PA_Justify,
PA_JustifyForArabic
} ParagraphAlignmentEnum;
| 名称 | 描述 |
|---|---|
| PA_Center | 居中对齐的段落。 |
| PA_Justify | 两端对齐的段落 (左右两侧均对齐) 。 |
| PA_JustifyForArabic | 使用 kashida 进行两端对齐的段落 (适用于阿拉伯语文本) 。 |
| PA_Left | 左对齐的段落。 |
| PA_Right | 右对齐的段落。 |
此页面对您有帮助吗?