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).

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 alignment with even spacing across the cell

See Also