TextAlignment
Přehled
TextAlignment je enum v Aspose.Slides FOSS pro C++.
Představuje různé styly uspořádání textu.
Hodnoty
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default text alignment |
LEFT | Represents left-aligned text |
CENTER | Represents centered text alignment |
RIGHT | Represents right-aligned text |
JUSTIFY | Represents fully justified text alignment |
JUSTIFY_LOW | Represents low-justified text alignment |
DISTRIBUTED | Represents distributed text alignment across the line |