OdObject
Inheritance: java.lang.Object
public class OdObject
The open document object.
Constructors
| Constructor | Description |
|---|---|
| OdObject(OdObject parent) | Initializes a new instance of the OdObject class. |
| OdObject() | Initializes a new instance of the OdObject class. |
Methods
| Method | Description |
|---|---|
| getParent() | Gets the parent object. |
| getItems() | Gets the items. |
OdObject(OdObject parent)
public OdObject(OdObject parent)
Initializes a new instance of the OdObject class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The parent. |
OdObject()
public OdObject()
Initializes a new instance of the OdObject class.
getParent()
public OdObject getParent()
Gets the parent object.
Returns: OdObject - The parent.
getItems()
public List<OdObject> getItems()
Gets the items.
Returns: java.util.List<com.aspose.imaging.fileformats.opendocument.OdObject> - The items.