TextAlignment

Overview

TextAlignment is a enum in Aspose.Slides FOSS for Java.

Represents different text alignment styles.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined text alignment
LEFTRepresents left-aligned text
CENTERRepresents centered text
RIGHTRepresents right-aligned text
JUSTIFYRepresents fully justified text
JUSTIFY_LOWRepresents low-justified (distributed) text alignment
DISTRIBUTEDRepresents distributed text alignment across the line

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also