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
| Value | Description |
|---|---|
LEFT | Represents left-aligned text within a cell |
CENTER | Represents centered text within a cell |
RIGHT | |
JUSTIFY | Represents fully justified text within a cell |
DISTRIBUTED | Represents distributed alignment with even spacing across the cell |