TextAlignmentType

TextAlignmentType

Overview

TextAlignmentType is a enum in Aspose.Cells FOSS for Python.

Horizontal text alignment inside a shape (ECMA-376 a:pPr algn attribute).

This enumeration defines 5 values: LEFT, CENTER, RIGHT, JUSTIFY, DISTRIBUTED.

Values

ValueDescription
LEFTRepresents left-aligned text within a cell
CENTERRepresents centered text within a cell
RIGHT
JUSTIFYRepresents fully justified text within a cell
DISTRIBUTEDRepresents distributed text alignment within a cell

See Also