Overview
RectangleAlignment is a enum in Aspose.Slides FOSS for Java.
Defines 2-dimension alignment.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined rectangle alignment |
TOP_LEFT | Represents alignment at the top-left corner |
TOP | Represents alignment at the top edge, centered horizontally |
TOP_RIGHT | Represents alignment at the top-right corner |
LEFT | Represents alignment at the left edge, centered vertically |
CENTER | Represents alignment centered both horizontally and vertically |
RIGHT | |
BOTTOM_LEFT | Represents alignment at the bottom-left corner |
BOTTOM | |
BOTTOM_RIGHT | Represents alignment at the bottom-right corner |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also