Vertical alignment options for text.
| Name | Description | Value |
|---|---|---|
| TOP_ALIGN | Text is aligned at the top of the object. | 1953460256 = ‘top ‘ |
| CENTER_ALIGN | Text is center aligned vertically in the object. | 1667591796 = ‘cent’ |
| BOTTOM_ALIGN | Text is aligned at the bottom of the object. | 1651471469 = ‘botm’ |
| JUSTIFY_ALIGN | Lines of text are evenly distributed vertically between the top and bottom of the object. | 1785951334 = ‘jstf’ |
Usage:
- As property:
- Cell.verticalJustification
- Column.verticalJustification
- Row.verticalJustification
- TextFramePreference.verticalJustification