Skip to content
TextJustify

UI / TextJustify

TextJustify Enumeration ​

Text alignment rules

Table of contents ​

Enumeration Members ​

Center = 1
Left = 0
Right = 2

Enumeration Members ​

Center ​

• Center = 1

Align the middle text. The direction of text flow has no effect on this alignment mode.


Left ​

• Left = 0

Align text logically to the left. When text flows from left to right, this will make text visually align to the left. When text flows from right to left, this will visually align the text to the right.


• Right = 2

Align the text logically to the right. When text flows from left to right, this will visually align the text to the right. When text flows from right to left, this will visually align the text to the left.