Text alignment options.
| Name | Description | Value |
|---|---|---|
| LEFT_ALIGN | Left aligns the text. | 1818584692 = ‘left’ |
| CENTER_ALIGN | Center aligns the text. | 1667591796 = ‘cent’ |
| RIGHT_ALIGN | Right aligns the text. | 1919379572 = ‘rght’ |
| LEFT_JUSTIFIED | Justifies the text and left aligns the last line in the paragraph. | 1818915700 = ‘ljst’ |
| RIGHT_JUSTIFIED | Justifies the text and right aligns the last line in the paragraph. | 1919578996 = ‘rjst’ |
| CENTER_JUSTIFIED | Justifies text text and center aligns the last line in the paragraph. | 1667920756 = ‘cjst’ |
| FULLY_JUSTIFIED | Justifies the text, including the last line in the paragraph. | 1718971500 = ‘full’ |
| TO_BINDING_SIDE | Aligns text to the binding spine of the page or spread. | 1630691955 = ‘a2bs’ |
| AWAY_FROM_BINDING_SIDE | Aligns text to the side opposite the binding spine of the page. | 1633772147 = ‘aabs’ |
Usage:
- As property:
- Character.justification
- InsertionPoint.justification
- Line.justification
- Paragraph.justification
- ParagraphStyle.justification
- Story.justification
- Text.justification
- TextColumn.justification
- TextDefault.justification
- TextStyleRange.justification
- Word.justification
- XmlStory.justification