OdEnhancedGeometry

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

ConstructeurDescription
OdEnhancedGeometry(OdObject parent)Initialise une nouvelle instance de la classe OdEnhancedGeometry.

Méthodes

MéthodeDescription
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ètreTypeDescription
parentOdObjectLe 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ètreTypeDescription
valueOdGraphicObject[]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ètreTypeDescription
valueRectangleLa 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ètreTypeDescription
valeurjava.lang.StringLe type.