TextAlignment

Overview

TextAlignment is a enum in Aspose.Slides FOSS for C++.

Represents different text alignment styles.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or unspecified text alignment
LEFTRepresents left‑aligned text within a text frame or paragraph
CENTERRepresents centered text alignment
RIGHTRepresents right‑aligned text
JUSTIFYRepresents fully justified text, stretching lines to both margins
JUSTIFY_LOWRepresents low‑level justification, similar to standard justify but with looser spacing
DISTRIBUTEDRepresents distributed alignment, spacing characters evenly across the line

See Also