RectangleAlignment
Overview
RectangleAlignment is a enum in Aspose.Slides FOSS for Python.
Defines 2-dimension allignment.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default rectangle alignment |
TOP_LEFT | Aligns the rectangle to the top‑left corner |
TOP | Aligns the rectangle to the top edge, centered horizontally |
TOP_RIGHT | Aligns the rectangle to the top‑right corner |
LEFT | Aligns the rectangle to the left edge, centered vertically |
CENTER | Aligns the rectangle to the center of both axes |
RIGHT | |
BOTTOM_LEFT | Aligns the rectangle to the bottom‑left corner |
BOTTOM | |
BOTTOM_RIGHT | Aligns the rectangle to the bottom‑right corner |