OdObject

Inheritance: java.lang.Object

public class OdObject

The open document object.

Constructors

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

Methods

MethodDescription
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:

ParameterTypeDescription
parentOdObjectThe 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.