TextAlignment

Overview

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

Represents different text alignment styles.

This enumeration defines 7 values: NOT_DEFINED, LEFT, CENTER, RIGHT, JUSTIFY, JUSTIFY_LOW, DISTRIBUTED.

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