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.


Method Summary
 IShapeFrame cloneShapeFrame()
           
 float getCenterX()
           
 float getCenterY()
           
 byte getFlipH()
           
 byte getFlipV()
           
 float getHeight()
           
 java.awt.geom.Rectangle2D.Float getRectangle()
           
 float getRotation()
           
 float getWidth()
           
 float getX()
           
 float getY()
           
 
Methods inherited from interface com.aspose.ms.System.ICloneable
deepClone
 

Method Detail

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()