Class OdObject
Class OdObject
Namespace: Aspose.Imaging.FileFormats.OpenDocument
Assembly: Aspose.Imaging.dll (25.2.0)
The open document object.
[JsonObject(MemberSerialization.OptIn)]
public class OdObject
Inheritance
Derived
OdGraphicObject, OdMetadata, OdText
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
OdObject(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.OdObject class.
public OdObject(OdObject parent)
Parameters
parent
OdObject
The parent.
OdObject()
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.OdObject class.
[JsonConstructor]
public OdObject()
Fields
parent
The parent object.
[JsonProperty]
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; }