ShapeFrame — Aspose.Slides FOSS Java API Reference
ShapeFrame — Represents an immutable shape frame with position, size, rotation, and flip properties. Inherits from: IShapeFrame.
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 | |
getY() | double | |
getWidth() | double | |
getHeight() | double | |
getRotation() | double | |
getCenterX() | double | |
getCenterY() | double | |
getFlipH() | NullableBool | |
getFlipV() | NullableBool | |
getRectangle() | RectangleF | |
cloneT() | IShapeFrame | |
equals(Object obj) | boolean | |
hashCode() | int | |
toString() | String |