com.aspose.slides
Interface IShapeFrame
- All Superinterfaces:
- com.aspose.ms.System.ICloneable
- All Known Implementing Classes:
- ShapeFrame
public interface IShapeFrame
- extends com.aspose.ms.System.ICloneable
Represents shape frame's properties.
Methods inherited from interface com.aspose.ms.System.ICloneable |
deepClone |
getX
float getX()
getY
float getY()
getWidth
float getWidth()
getHeight
float getHeight()
getRotation
float getRotation()
getCenterX
float getCenterX()
getCenterY
float getCenterY()
getFlipH
byte getFlipH()
getFlipV
byte getFlipV()
getRectangle
java.awt.geom.Rectangle2D.Float getRectangle()
cloneShapeFrame
IShapeFrame cloneShapeFrame()