TextAlignment enumeration

TextAlignment enumeration

Represents different text alignment styles.

The TextAlignment type exposes the following members:

Fields

FieldDescription
NOT_DEFINEDDefault aligment.
LEFTLeft alignment.
CENTERCenter alignment.
RIGHTRight alignment.
JUSTIFYJustify alignment.
JUSTIFY_LOWKashida justify low.
DISTRIBUTEDDistributed alignment.

See Also