Alignment options for lines that contain a single word.
| Name | Description | Value |
|---|---|---|
| LEFT_ALIGN | Left aligns the word. | 1818584692 = ‘left’ |
| CENTER_ALIGN | Center aligns the word. | 1667591796 = ‘cent’ |
| RIGHT_ALIGN | Right aligns the word. | 1919379572 = ‘rght’ |
| FULLY_JUSTIFIED | Fully justifies the word. | 1718971500 = ‘full’ |
Usage:
- As property:
- Character.singleWordJustification
- InsertionPoint.singleWordJustification
- Line.singleWordJustification
- Paragraph.singleWordJustification
- ParagraphStyle.singleWordJustification
- Story.singleWordJustification
- Text.singleWordJustification
- TextColumn.singleWordJustification
- TextDefault.singleWordJustification
- TextStyleRange.singleWordJustification
- Word.singleWordJustification
- XmlStory.singleWordJustification