OdEnhancedGeometry

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject

public class OdEnhancedGeometry extends OdGraphicObject

The Enhanced geometry object.

Constructors

ConstructorDescription
OdEnhancedGeometry(OdObject parent)Initializes a new instance of the OdEnhancedGeometry class.

Methods

MethodDescription
getEnhancedPath()Gets or sets the enhanced path.
setEnhancedPath(OdGraphicObject[] value)Gets or sets the enhanced path.
getViewBox()Gets or sets the view box.
setViewBox(Rectangle value)Gets or sets the view box.
getType()Gets or sets the type.
setType(String value)Gets or sets the type.

OdEnhancedGeometry(OdObject parent)

public OdEnhancedGeometry(OdObject parent)

Initializes a new instance of the OdEnhancedGeometry class.

Parameters:

ParameterTypeDescription
parentOdObjectThe parent.

getEnhancedPath()

public OdGraphicObject[] getEnhancedPath()

Gets or sets the enhanced path.

Returns: com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject[] - The enhanced path.

setEnhancedPath(OdGraphicObject[] value)

public void setEnhancedPath(OdGraphicObject[] value)

Gets or sets the enhanced path.

Parameters:

ParameterTypeDescription
valueOdGraphicObject[]The enhanced path.

getViewBox()

public Rectangle getViewBox()

Gets or sets the view box.

Returns: Rectangle - The view box.

setViewBox(Rectangle value)

public void setViewBox(Rectangle value)

Gets or sets the view box.

Parameters:

ParameterTypeDescription
valueRectangleThe view box.

getType()

public String getType()

Gets or sets the type.

Returns: java.lang.String - The type.

setType(String value)

public void setType(String value)

Gets or sets the type.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe type.