TextAlignment

Overview

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

Represents different text alignment styles.

This enum provides 1 method for working with TextAlignment objects in Java programs. Available methods include: getValue. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: value.

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