IShapeFrame

General

IShapeFrame és una interfície en Aspose.Slides FOSS per Java.

Representa les propietats del marc de forma.

Propietats

NameTypeAccessDescription
xdoubleReadGets or sets the x-coordinate of the upper-left corner
ydoubleRead
widthdoubleReadGets or sets the shape’s width
heightdoubleRead
rotationdoubleReadGets or sets the shape’s rotation angle in degrees
centerXdoubleReadGets or sets the x-coordinate of the shape’s center
centerYdoubleRead
flipHNullableBoolReadGets or sets a NullableBool for horizontal flip
flipVNullableBoolReadGets or sets a NullableBool for vertical flip
rectangleRectangleFReadGets or sets a RectangleF defining the frame bounds

Mètodes

SignatureDescription
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.
 Català