Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextFormatAlign

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

Index

Enumeration members

Enumeration members

CENTER

CENTER: = 0

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

END

END: = 1

JUSTIFY

JUSTIFY: = 2

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

LEFT

LEFT: = 3

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

RIGHT

RIGHT: = 4

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

START

START: = 5

Generated using TypeDoc