IShapeFrame
Overview
IShapeFrame is a interface in Aspose.Slides FOSS for Java.
Represents shape frame’s properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | double | Read | Returns the x-coordinate of the upper-left corner. |
y | double | Read | Returns the y-coordinate of the upper-left corner. |
width | double | Read | Returns the width. |
height | double | Read | Returns the height. |
rotation | double | Read | Returns the rotation angle in degrees. |
centerX | double | Read | Returns the x-coordinate of the center. |
centerY | double | Read | Returns the y-coordinate of the center. |
flipH | NullableBool | Read | Determines whether the frame is flipped horizontally. |
flipV | NullableBool | Read | Determines whether the frame is flipped vertically. |
rectangle | RectangleF | Read | Returns the coordinates of this frame as a rectangle. |
Methods
| 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. |