TextAlignment
Overview
TextAlignment is a enum in Aspose.Slides FOSS for C++.
Represents different text alignment styles.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or unspecified text alignment |
LEFT | Represents left‑aligned text within a text frame or paragraph |
CENTER | Represents centered text alignment |
RIGHT | Represents right‑aligned text |
JUSTIFY | Represents fully justified text, stretching lines to both margins |
JUSTIFY_LOW | Represents low‑level justification, similar to standard justify but with looser spacing |
DISTRIBUTED | Represents distributed alignment, spacing characters evenly across the line |