TextAnchorType
Overview
TextAnchorType is a enum in Aspose.Slides FOSS for C++.
Text box alignment within a text area.
This enumeration defines 6 values: NOT_DEFINED, TOP, CENTER, BOTTOM, JUSTIFIED, DISTRIBUTED.
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 |