Justification¶
Description¶
The placement of paragraph text within the bounding box.
Static Properties¶
| CENTER readonly | Text is centered on each line. |
| CENTERJUSTIFIED readonly | Justifies all lines except the last, which is center-aligned. |
| FULLYJUSTIFIED readonly | Justifies all lines including the last, which is force-justified. |
| LEFT readonly | Aligns the left edges, leaving the right edge ragged. |
| LEFTJUSTIFIED readonly | Justifies all lines except the last, which is left-aligned. |
| RIGHT readonly | Aligns the right edges, leaving the left edge ragged. |
| RIGHTJUSTIFIED readonly | Justifies all lines except the last, which is right-aligned. |