CdrDocument Class
Contents
[
Hide
]Summary: The cdr root object
Module: aspose.imaging.fileformats.cdr.objects
Full Name: aspose.imaging.fileformats.cdr.objects.CdrDocument
Inheritance: CdrObjectContainer
Properties
Name | Type | Access | Description |
---|---|---|---|
childs | list[CdrObject] | r | Gets or sets the objects. |
clip_ids | list[int] | r/w | Gets or sets the clip ids. |
disposed | bool | r | Gets a value indicating whether this instance is disposed. |
document | CdrDocument | r/w | Gets or sets the document. |
hidden | bool | r/w | Gets or sets a value indicating whether this CdrObjectContainer is visible. |
last_child | CdrObjectContainer | r/w | Gets or sets the last child. |
last_text_index | int | r/w | Gets the text indexes. |
load_to_last_child | bool | r/w | Gets or sets a value indicating whether [load to last child]. |
parent | CdrObjectContainer | r/w | Gets or sets the parent. |
texts | CdrTextCollection | r | Gets the texts. |
version | int | r/w | Gets or sets the version. |
Methods
Name | Description |
---|---|
add_child_object(cdr_object) | Adds the child object. |
insert_object(cdr_object) | Inserts the object |
Method: add_child_object(cdr_object)
add_child_object(cdr_object)
Adds the child object.
Parameters:
Parameter | Type | Description |
---|---|---|
cdr_object | CdrObject | The CDR object. |
Method: insert_object(cdr_object)
insert_object(cdr_object)
Inserts the object
Parameters:
Parameter | Type | Description |
---|---|---|
cdr_object | CdrObject | The CDR object. |