Pathée
Vue de l’ensemble
‘Path’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: Shape.
Il représente un chemin composite constitué d’éléments de l’enfant {@link Shape}.
Cette classe fournit 7 méthodes pour travailler avec des objets Path dans les programmes Java. Les méthodologies disponibles comprennent: ‘Path’, ‘checkBounds’, `getGraphInfo’, ‘getShapes’, ‘getText’, ’setGrafInFO’, ‚setTeXT’. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : ‘graphInFo’, «formes », «text ».
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
shapes | List<Shape> | Read | Gets the list of child shapes in this path. |
graphInfo | GraphInfo | Read | Gets the graphic styling properties for this shape. |
text | String | Read | Gets the optional text label associated with this shape. |
méthodes
| Signature | Description |
|---|---|
Path() | Creates a new empty path. |
getShapes() → List<Shape> | Gets the list of child shapes in this path. |
checkBounds(width: double, height: double) | {@inheritDoc} |
Checks bounds for all child shapes in this path. | | `getGraphInfo()` → `GraphInfo` | Gets the graphic styling properties for this shape. | | `setGraphInfo(graphInfo: GraphInfo)` | Sets the graphic styling properties for this shape. | | `getText()` → `String` | Gets the optional text label associated with this shape. | | `setText(text: String)` | Sets the optional text label associated with this shape. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise