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
| Name | Type | Access | Description |
|---|---|---|---|
x | double | Read | Gets the x. |
y | double | Read | Gets the y. |
width | double | Read | Gets the width. |
height | double | Read | Gets the height. |
rotation | double | Read | Gets the rotation. |
centerX | double | Read | Gets the center x. |
centerY | double | Read | Gets the center y. |
flipH | NullableBool | Read | Gets the flip h. |
flipV | NullableBool | Read | Gets the flip v. |
rectangle | RectangleF | Read | Gets the rectangle. |
méthodes
| Signature | Description |
|---|---|
ShapeFrame(x: double, y: double, width: double, height: double, flipH: NullableBool, flipV: NullableBool, rotationAngle: double) | Creates a new ShapeFrame. |
getX() → double | Returns the x. |
getY() → double | Returns the y. |
getWidth() → double | Returns the width. |
getHeight() → double | Returns the height. |
getRotation() → double | Returns the rotation. |
getCenterX() → double | Returns the center x. |
getCenterY() → double | Returns the center y. |
getFlipH() → NullableBool | Returns the flip h. |
getFlipV() → NullableBool | Returns the flip v. |
getRectangle() → RectangleF | Returns the rectangle. |
cloneT() → IShapeFrame | Returns a deep copy of the ShapeFrame as IShapeFrame |
equals(obj: Object) → boolean | Returns true if the given object is equal to this ShapeFrame |
hashCode() → int | Returns the hash code for this ShapeFrame |
toString() → String |
Voir aussi
- Aspose.Slides - référence API d’entreprise