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()
          Deprecated. 
 float getCenterX()
           Returns the X coordinate of a frame's center.
 float getCenterY()
           Returns the Y coordinate of a frame's center.
 byte getFlipH()
           Determines whether a frame is flipped horizontally.
 byte getFlipV()
           Determines whether a frame is flipped vertically.
 float getHeight()
           Returns the height of a frame.
 java.awt.geom.Rectangle2D.Float getRectangle()
           Returns the coordinates of a frame.
 float getRotation()
           Returns the number of degrees a frame is rotated around the z-axis.
 float getWidth()
           Returns the width of a frame.
 float getX()
           Returns the X coordinate of the upper-left corner of a frame.
 float getY()
           Returns the Y coordinate of the upper-left corner of a frame.
 
Methods inherited from interface com.aspose.ms.System.ICloneable
deepClone
 

Method Detail

getX

float getX()

Returns the X coordinate of the upper-left corner of a frame. Read-only float.


getY

float getY()

Returns the Y coordinate of the upper-left corner of a frame. Read-only float.


getWidth

float getWidth()

Returns the width of a frame. Read-only float.


getHeight

float getHeight()

Returns the height of a frame. Read-only float.


getRotation

float getRotation()

Returns the number of degrees a frame is rotated around the z-axis. A positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. Read-only float.


getCenterX

float getCenterX()

Returns the X coordinate of a frame's center. Read-only float.


getCenterY

float getCenterY()

Returns the Y coordinate of a frame's center. Read-only float.


getFlipH

byte getFlipH()

Determines whether a frame is flipped horizontally. Read-only NullableBool.


getFlipV

byte getFlipV()

Determines whether a frame is flipped vertically. Read-only NullableBool.


getRectangle

java.awt.geom.Rectangle2D.Float getRectangle()

Returns the coordinates of a frame. Read-only java.awt.geom.Rectangle2D.Float.


cloneShapeFrame

@Deprecated
IShapeFrame cloneShapeFrame()
Deprecated. 



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.