ShapeFrame

Vue de l’ensemble

‘ShapeFrame’ est une classe dans Aspose.Slides FOSS pour Java.Déduit de: ‘IShapeframe’.

Il représente un cadre de forme immuable avec des propriétés de position, de taille, d’orage et de flip.

Cette classe fournit 15 méthodes pour travailler avec les objets ShapeFrame dans les programmes Java. Les méthodologies disponibles comprennent: ‘ShapeFram’, ‘cloneT’, equals', ‘getCenterX’, 'getFlipH', ’getRectangle’, ‘ghetRotation’, getWidth’, ’GetX’ et 3 méthode supplémentaires. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.Slides FOSS pour le package Java, propriétés : ‘centerX’, ‘‘centerY, ''flip H',''flipsV', ‘’height',’’rectangles et plus.

Propriétés

NameTypeAccessDescription
xdoubleReadGets the x.
ydoubleReadGets the y.
widthdoubleReadGets the width.
heightdoubleReadGets the height.
rotationdoubleReadGets the rotation.
centerXdoubleReadGets the center x.
centerYdoubleReadGets the center y.
flipHNullableBoolReadGets the flip h.
flipVNullableBoolReadGets the flip v.
rectangleRectangleFReadGets the rectangle.

méthodes

SignatureDescription
ShapeFrame(x: double, y: double, width: double, height: double, flipH: NullableBool, flipV: NullableBool, rotationAngle: double)Creates a new ShapeFrame.
getX()doubleReturns the x.
getY()doubleReturns the y.
getWidth()doubleReturns the width.
getHeight()doubleReturns the height.
getRotation()doubleReturns the rotation.
getCenterX()doubleReturns the center x.
getCenterY()doubleReturns the center y.
getFlipH()NullableBoolReturns the flip h.
getFlipV()NullableBoolReturns the flip v.
getRectangle()RectangleFReturns the rectangle.
cloneT()IShapeFrameReturns a deep copy of the ShapeFrame as IShapeFrame
equals(obj: Object)booleanReturns true if the given object is equal to this ShapeFrame
hashCode()intReturns the hash code for this ShapeFrame
toString()String

Voir aussi

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