CdrDocument Class

Summary: The cdr root object

Module: aspose.imaging.fileformats.cdr.objects

Full Name: aspose.imaging.fileformats.cdr.objects.CdrDocument

Inheritance: CdrObjectContainer

Aspose.Imaging Version: 24.5.0

Properties

NameTypeAccessDescription
childslist[CdrObject]rGets or sets the objects.
clip_idslist[int]r/wGets or sets the clip ids.
disposedboolrGets a value indicating whether this instance is disposed.
documentCdrDocumentr/wGets or sets the document.
hiddenboolr/wGets or sets a value indicating whether this CdrObjectContainer is visible.
last_childCdrObjectContainerr/wGets or sets the last child.
last_text_indexintr/wGets the text indexes.
load_to_last_childboolr/wGets or sets a value indicating whether [load to last child].
parentCdrObjectContainerr/wGets or sets the parent.
textsCdrTextCollectionrGets the texts.
versionintr/wGets or sets the version.

Methods

NameDescription
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:

ParameterTypeDescription
cdr_objectCdrObjectThe CDR object.

Method: insert_object(cdr_object)

 insert_object(cdr_object) 

Inserts the object

Parameters:

ParameterTypeDescription
cdr_objectCdrObjectThe CDR object.