Options
Menu

Class TextFormatAlign

The TextFormatAlign class provides values for text alignment in the TextFormat class.

Hierarchy

  • TextFormatAlign

Index

Properties

Properties

CENTER

CENTER: string

Constant; centers the text in the text field. Use the syntax TextFormatAlign.CENTER.

JUSTIFY

JUSTIFY: string

Constant; justifies text within the text field. Use the syntax TextFormatAlign.JUSTIFY.

LEFT

LEFT: string

Constant; aligns text to the left within the text field. Use the syntax TextFormatAlign.LEFT.

RIGHT

RIGHT: string

Constant; aligns text to the right within the text field. Use the syntax TextFormatAlign.RIGHT.

Generated using TypeDoc