OdEnhancedGeometry
Contents
[
Hide
]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
| Constructor | Description |
|---|---|
| OdEnhancedGeometry(OdObject parent) | Initializes a new instance of the OdEnhancedGeometry class. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | OdGraphicObject[] | 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:
| Parameter | Type | Description |
|---|---|---|
| value | Rectangle | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The type. |