[]
Specifies text alignment in a paragraph.
public enum ParagraphAlignment
Public Enum ParagraphAlignment
| Name | Description |
|---|---|
| Both | Text is aligned to both left and right. |
| Center | Text is centered horizontally. |
| Distribute | Text is evenly distributed. |
| End | Text is aligned to the end. |
| HighKashida | Arabic only. Kashida length for text is extended to its widest possible length. |
| Left | Text is aligned to the left. |
| LowKashida | Arabic only. Kashida length for text is extended to a slightly longer length. |
| MediumKashida | Arabic only. Kashida length for text is extended to a medium length determined by the consumer. |
| NumTab | Align to list tab. |
| Right | Text is aligned to the right. |
| Start | Text is aligned to the start. |
| ThaiDistribute | Thai only. Text is justified with an optimization for Thai. |