TextAnchorType
Overview
TextAnchorType is a enum in Aspose.Slides FOSS for C++.
Text box alignment within a text area.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default text anchor |
TOP | Represents text anchored at the top of the container |
CENTER | Represents text anchored at the vertical center |
BOTTOM | Represents text anchored at the bottom |
JUSTIFIED | Represents text anchored with justified alignment |
DISTRIBUTED | Represents text anchored with distributed spacing |