IShapeFrame
General
IShapeFrame és una interfície en Aspose.Slides FOSS per Java.
Representa les propietats del marc de forma.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
x | double | Read | Gets or sets the x-coordinate of the upper-left corner |
y | double | Read | |
width | double | Read | Gets or sets the shape’s width |
height | double | Read | |
rotation | double | Read | Gets or sets the shape’s rotation angle in degrees |
centerX | double | Read | Gets or sets the x-coordinate of the shape’s center |
centerY | double | Read | |
flipH | NullableBool | Read | Gets or sets a NullableBool for horizontal flip |
flipV | NullableBool | Read | Gets or sets a NullableBool for vertical flip |
rectangle | RectangleF | Read | Gets or sets a RectangleF defining the frame bounds |
Mètodes
| Signature | Description |
|---|---|
getX() → double | Returns the x-coordinate of the upper-left corner. |
getY() → double | Returns the y-coordinate of the upper-left corner. |
getWidth() → double | Returns the width. |
getHeight() → double | Returns the height. |
getRotation() → double | Returns the rotation angle in degrees. |
getCenterX() → double | Returns the x-coordinate of the center. |
getCenterY() → double | Returns the y-coordinate of the center. |
getFlipH() → NullableBool | Determines whether the frame is flipped horizontally. |
getFlipV() → NullableBool | Determines whether the frame is flipped vertically. |
getRectangle() → RectangleF | Returns the coordinates of this frame as a rectangle. |
cloneT() → IShapeFrame | Creates a deep copy of this shape frame. |