FontAlignment

Overview

FontAlignment is a enum in Aspose.Slides FOSS for Python.

Represents vertical font alignment.

Values

ValueDescription
DEFAULTRepresents the default font alignment used when no explicit setting is applied
AUTOMATICRepresents an automatic font alignment determined by the layout engine
TOPRepresents font alignment positioned at the top of the text line
CENTERRepresents font alignment centered vertically within the text line
BOTTOM
BASELINERepresents font alignment aligned to the baseline of the text

See Also