Table of Contents

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 OdObject

The parent.

Fields

parent

The parent object.

protected OdObject parent

Field Value

OdObject

Properties

Items

Gets the items.

public List<OdObject> Items { get; }

Property Value

List<OdObject>

The items.

Parent

Gets the parent object.

public OdObject Parent { get; }

Property Value

OdObject

The parent.