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
| Name | Type | Access | Description |
|---|---|---|---|
x | double | Read | Returns the x-coordinate of the upper-left corner. |
y | double | Read | Returns the y-coordinate of the upper-left corner. |
width | double | Read | Returns the width. |
height | double | Read | Returns the height. |
rotation | double | Read | Returns the rotation angle in degrees. |
centerX | double | Read | Returns the x-coordinate of the center. |
centerY | double | Read | Returns the y-coordinate of the center. |
flipH | NullableBool | Read | Determines whether the frame is flipped horizontally. |
flipV | NullableBool | Read | Determines whether the frame is flipped vertically. |
rectangle | RectangleF | Read | Returns the coordinates of this frame as a rectangle. |
méthodes
| Signature | Description |
|---|---|
getX() → double | Returns the x-coordinate of the upper-left corner. |
getY() → double | Returns the y-coordinate of the upper-left corner. |
getWidth() → double | Returns the width. |
getHeight() → double | Returns the height. |
getRotation() → double | Returns the rotation angle in degrees. |
getCenterX() → double | Returns the x-coordinate of the center. |
getCenterY() → double | Returns the y-coordinate of the center. |
getFlipH() → NullableBool | Determines whether the frame is flipped horizontally. |
getFlipV() → NullableBool | Determines whether the frame is flipped vertically. |
getRectangle() → RectangleF | Returns the coordinates of this frame as a rectangle. |
cloneT() → IShapeFrame | Creates a deep copy of this shape frame. |
Voir aussi
- Aspose.Slides - référence API d’entreprise