Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.03 KB

TextHorizontalAlignment.md

File metadata and controls

16 lines (12 loc) · 1.03 KB

TextHorizontalAlignment

Describes text horizontal alignment.

Enum

Name Type Value Description
TextHorizontalAlignmentLeft string "Left" Align to left.
TextHorizontalAlignmentRight string "Right" Align to right.
TextHorizontalAlignmentCenter string "Center" Center alignment.
TextHorizontalAlignmentJustify string "Justify" Justify alignment. Text will be aligned on both left and right margins.
TextHorizontalAlignmentFullJustify string "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.
TextHorizontalAlignmentNone string "None" No alignment.

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