IShapeFrame

Vue de l’ensemble

‘IShapeFrame’ est une interface dans Aspose.Slides FOSS pour Java.

Il représente les propriétés du cadre de forme.

Cette interface fournit 11 méthodes pour travailler avec les objets IShapeFrame dans les programmes Java. Les méthodologies disponibles comprennent: ‘cloneT’, ‘getCenterX’, getFlipH', ‘getHight’, 'ghetRotation', ''getWidth',''getX, ‘GetY’. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de la version Aspose.Slides FOSS pour le package Java . Propriétés : ‘centerX’ , ‘centreY’ ; ‘flipV’, “height’ et 4 autres.

Propriétés

NameTypeAccessDescription
xdoubleReadReturns the x-coordinate of the upper-left corner.
ydoubleReadReturns the y-coordinate of the upper-left corner.
widthdoubleReadReturns the width.
heightdoubleReadReturns the height.
rotationdoubleReadReturns the rotation angle in degrees.
centerXdoubleReadReturns the x-coordinate of the center.
centerYdoubleReadReturns the y-coordinate of the center.
flipHNullableBoolReadDetermines whether the frame is flipped horizontally.
flipVNullableBoolReadDetermines whether the frame is flipped vertically.
rectangleRectangleFReadReturns the coordinates of this frame as a rectangle.

méthodes

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.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français