OdObject Class
Summary: The open document object.
Module: aspose.imaging.fileformats.opendocument
Full Name: aspose.imaging.fileformats.opendocument.OdObject
Constructors
| Name | Description |
|---|---|
| OdObject() | Initializes a new instance of the OdObject class. |
| OdObject(parent) | Initializes a new instance of the OdObject class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| items | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Gets the items. |
| parent | OdObject | r | Gets the parent object. |
Constructor: OdObject()
OdObject()
Initializes a new instance of the OdObject class.
Constructor: OdObject(parent)
OdObject(parent)
Initializes a new instance of the OdObject class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The parent. |