HorizontalAlignment

HorizontalAlignment enumeration

Describes horizontal alignment.

Members

Member nameDescription
NONENo alignment.
LEFTAlign to left.
CENTERCenter alignment.
RIGHTAlign to right.
JUSTIFYJustify alignment. Text will be aligned on both left and right margins.
FULL_JUSTIFYSimilar 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.

See Also