IShapeFrame — Aspose.Slides FOSS Java API Reference
IShapeFrame — Represents shape frame’s properties.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
x | double | Read/Write | |
y | double | Read/Write | |
width | double | Read/Write | |
height | double | Read/Write | |
rotation | double | Read/Write | |
centerX | double | Read/Write | |
centerY | double | Read/Write | |
flipH | NullableBool | Read/Write | |
flipV | NullableBool | Read/Write | |
rectangle | RectangleF | Read/Write |
Methods
| Method | Returns | 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. |