RectangleAlignment
Overview
RectangleAlignment is a enum in Aspose.Slides FOSS for Java.
Defines 2-dimension alignment.
This enum provides 1 method for working with RectangleAlignment objects in Java programs.
Available methods include: getValue.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: value.
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. |