public class OdObject extends Object
The open document object.
Constructor and Description |
---|
OdObject()
Initializes a new instance of the
OdObject class. |
OdObject(OdObject parent)
Initializes a new instance of the
OdObject class. |
Modifier and Type | Method and Description |
---|---|
List<OdObject> |
getItems()
Gets the items.
|
OdObject |
getParent()
Gets the parent object.
|
public OdObject(OdObject parent)
Initializes a new instance of the OdObject
class.
parent
- The parent.public OdObject()
Initializes a new instance of the OdObject
class.