Enumeration
VerticalJustification
Vertical alignment options for text.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1651471469 | readonly | Text is aligned at the bottom of the object. | |
| Number = 1667591796 | readonly | Text is center aligned vertically in the object. | |
| Number = 1785951334 | readonly | Lines of text are evenly distributed vertically between the top and bottom of the object. | |
| Number = 1953460256 | readonly | Text is aligned at the top of the object. |
Object of 7
Properties elsewhere that hold an VerticalJustification value.