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
| 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 text alignment within a cell |