Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 856 Bytes

File metadata and controls

17 lines (12 loc) · 856 Bytes

TextHorizontalAlignment

Describes text horizontal alignment.

Enum

Name Type Value Description
LEFT str "Left" Align to left.
RIGHT str "Right" Align to right.
CENTER str "Center" Center alignment.
JUSTIFY str "Justify" Justify alignment. Text will be aligned on both left and right margins.
FULLJUSTIFY str "FullJustify" Similar to 'Justify' alignment, except that the very last line will only be left-aligned in 'Justify' mode, while in 'FullJustify' mode all lines will be left- and right-aligned.
NONE str "None" No alignment.

[Back to Model list] [Back to API list] [Back to README]