IShapeFrame — Aspose.Slides FOSS Java API Reference

IShapeFrame — Represents shape frame’s properties.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
xdoubleRead/Write
ydoubleRead/Write
widthdoubleRead/Write
heightdoubleRead/Write
rotationdoubleRead/Write
centerXdoubleRead/Write
centerYdoubleRead/Write
flipHNullableBoolRead/Write
flipVNullableBoolRead/Write
rectangleRectangleFRead/Write

Methods

MethodReturnsDescription
getX()doubleReturns the x-coordinate of the upper-left corner.
getY()doubleReturns the y-coordinate of the upper-left corner.
getWidth()doubleReturns the width.
getHeight()doubleReturns the height.
getRotation()doubleReturns the rotation angle in degrees.
getCenterX()doubleReturns the x-coordinate of the center.
getCenterY()doubleReturns the y-coordinate of the center.
getFlipH()NullableBoolDetermines whether the frame is flipped horizontally.
getFlipV()NullableBoolDetermines whether the frame is flipped vertically.
getRectangle()RectangleFReturns the coordinates of this frame as a rectangle.
cloneT()IShapeFrameCreates a deep copy of this shape frame.

See Also