| The placement of paragraph text within the bounding box. |
Value
| Name | Description | Value |
Justification.CENTER | Text is centered on each line. |
int
2
|
Justification.CENTERJUSTIFIED | Justifies all lines except the last, which is center-aligned. |
int
5
|
Justification.FULLYJUSTIFIED | Justifies all lines including the last, which is force-justified. |
int
7
|
Justification.LEFT | Aligns the left edges, leaving the right edge ragged. |
int
1
|
Justification.LEFTJUSTIFIED | Justifies all lines except the last, which is left-aligned. |
int
4
|
Justification.RIGHT | Aligns the right edges, leaving the left edge ragged. |
int
3
|
Justification.RIGHTJUSTIFIED | Justifies all lines except the last, which is right-aligned. |
int
6
|
|
Usage
| As property
TextItem.justification
|