Enumeration TEXT_DIRECTION

Enumeration Members

Enumeration Members

AUTO: "auto"

Use this value to find the direction for a given text with Text#getAutoDirection.

DEFAULT: ""

Use this value to use the default text direction of the operating system.

LTR: "ltr"

Use this value for left to right text direction.

RTL: "rtl"

Use this value for right to left text direction.