RectangleAlignment
Přehled
RectangleAlignment je enum v Aspose.Slides pro Python.
Definice dvourozměrného vyrovnání.
Hodnoty
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default alignment |
TOP_LEFT | Aligns the rectangle to the top‑left corner |
TOP | Aligns the rectangle horizontally centered at the top edge |
TOP_RIGHT | Aligns the rectangle to the top‑right corner |
LEFT | Aligns the rectangle vertically centered on the left edge |
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 |