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

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

Methods

MethodReturnsDescription
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

See Also