Constant; centers the text in the text field. Use the syntax
TextFormatAlign.CENTER
.
Constant; justifies text within the text field. Use the syntax
TextFormatAlign.JUSTIFY
.
Constant; aligns text to the left within the text field. Use the syntax
TextFormatAlign.LEFT
.
Constant; aligns text to the right within the text field. Use the syntax
TextFormatAlign.RIGHT
.
Generated using TypeDoc
The TextFormatAlign class provides values for text alignment in the TextFormat class.