TextAnchorType
Overview
TextAnchorType is a enum in Aspose.Slides FOSS for Python.
text box alignment within a text area.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or unspecified text anchor type |
TOP | Represents a text anchor positioned at the top of the container |
CENTER | Represents a text anchor centered vertically within the container |
BOTTOM | |
JUSTIFIED | Represents a text anchor with justified alignment across the width |
DISTRIBUTED | Represents a text anchor with distributed spacing between lines |