FontAlignment
Overview
FontAlignment is a enum in Aspose.Slides FOSS for Python.
Represents vertical font alignment.
Values
| Value | Description |
|---|---|
DEFAULT | Represents the default font alignment used when no explicit setting is applied |
AUTOMATIC | Represents an automatic font alignment determined by the layout engine |
TOP | Represents font alignment positioned at the top of the text line |
CENTER | Represents font alignment centered vertically within the text line |
BOTTOM | |
BASELINE | Represents font alignment aligned to the baseline of the text |