FontAlignment
Overview
FontAlignment is a enum in Aspose.Slides FOSS for C++.
Represents vertical font alignment.
This enumeration defines 6 values: DEFAULT, AUTOMATIC, TOP, CENTER, BOTTOM, BASELINE.
Values
| Value | Description |
|---|---|
DEFAULT | Represents the default font alignment used when no explicit setting is applied |
AUTOMATIC | Represents automatic font alignment determined by the layout engine |
TOP | Represents font aligned to the top of the text line or bounding box |
CENTER | Represents font vertically centered within the line or text frame |
BOTTOM | |
BASELINE | Represents font aligned to the baseline of the text |