Class OdObject
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument
- Assembly
- Aspose.Imaging.dll
The open document object.
public class OdObject
- Inheritance
-
OdObject
- Derived
- Inherited Members
Constructors
OdObject()
Initializes a new instance of the OdObject class.
public OdObject()
OdObject(OdObject)
Initializes a new instance of the OdObject class.
public OdObject(OdObject parent)
Parameters
parent
OdObjectThe parent.
Fields
parent
The parent object.
protected OdObject parent
Field Value
Properties
Items
Gets the items.
public List<OdObject> Items { get; }
Property Value
Parent
Gets the parent object.
public OdObject Parent { get; }
Property Value
- OdObject
The parent.