TextAlignment
TextAlignment class
Represents different text alignment styles.
Constants
Name | Value | Description |
---|---|---|
NotDefined | -1 | Default aligment. |
Left | 0 | Left alignment. |
Center | 1 | Center alignment. |
Right | 2 | Right alignment. |
Justify | 3 | Justify alignment. |
JustifyLow | 4 | Kashida justify low. |
Distributed | 5 | Distributed alignment. |
NotDefined
Default aligment.
Left
Left alignment.
Center
Center alignment.
Right
Right alignment.
Justify
Justify alignment.
JustifyLow
Kashida justify low.
Distributed
Distributed alignment.