TextAlignment

Overview

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

Represents different text alignment styles.

Values

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

See Also