OdEnhancedGeometry
Contenu
[
Cacher
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject
public class OdEnhancedGeometry extends OdGraphicObject
L’objet géométrique amélioré.
Constructeurs
| Constructeur | Description |
|---|---|
| OdEnhancedGeometry(OdObject parent) | Initialise une nouvelle instance de la classe OdEnhancedGeometry. |
Méthodes
| Méthode | Description |
|---|---|
| getEnhancedPath() | Obtient ou définit le chemin amélioré. |
| setEnhancedPath(OdGraphicObject[] value) | Obtient ou définit le chemin amélioré. |
| getViewBox() | Obtient ou définit la boîte de visualisation. |
| setViewBox(Rectangle value) | Obtient ou définit la boîte de visualisation. |
| getType() | Obtient ou définit le type. |
| setType(String value) | Obtient ou définit le type. |
OdEnhancedGeometry(OdObject parent)
public OdEnhancedGeometry(OdObject parent)
Initialise une nouvelle instance de la classe OdEnhancedGeometry.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |
getEnhancedPath()
public OdGraphicObject[] getEnhancedPath()
Obtient ou définit le chemin amélioré.
Returns: com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject[] - Le chemin amélioré.
setEnhancedPath(OdGraphicObject[] value)
public void setEnhancedPath(OdGraphicObject[] value)
Obtient ou définit le chemin amélioré.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | OdGraphicObject[] | Le chemin amélioré. |
getViewBox()
public Rectangle getViewBox()
Obtient ou définit la boîte de visualisation.
Returns: Rectangle - The view box.
setViewBox(Rectangle value)
public void setViewBox(Rectangle value)
Obtient ou définit la boîte de visualisation.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | Rectangle | La boîte de visualisation. |
getType()
public String getType()
Obtient ou définit le type.
Returns: java.lang.String - Le type.
setType(String value)
public void setType(String value)
Obtient ou définit le type.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| valeur | java.lang.String | Le type. |