CdrListObjects Class

Summary: The cdr list objects

Module: aspose.imaging.fileformats.cdr.objects

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

Inheritance: CdrObjectContainer

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
CdrListObjects()Initializes a new instance of the CdrListObjects class.

Properties

NameTypeAccessDescription
childslist[CdrObject]rGets or sets the objects.
disposedboolrGets a value indicating whether this instance is disposed.
documentCdrDocumentr/wGets or sets the document.
fill_idintr/wGets or sets the fill identifier.
hiddenboolr/wGets or sets a value indicating whether this CdrObjectContainer is visible.
last_childCdrObjectContainerr/wGets or sets the last child.
load_to_last_childboolr/wGets or sets a value indicating whether [load to last child].
opacitydoubler/wGets or sets the opacity.
opacity_fill_idintr/wGets or sets the opacity fill identifier.
out_line_idintr/wGets or sets the out line identifier.
page_heightdoubler/wGets or sets the height of the page.
page_widthdoubler/wGets or sets the width of the page.
parentCdrObjectContainerr/wGets or sets the parent.
style_idintr/wGets or sets the style identifier.

Methods

NameDescription
add_child_object(cdr_object)Adds the child object.
insert_object(cdr_object)Inserts the object

Constructor: CdrListObjects()

 CdrListObjects() 

Initializes a new instance of the CdrListObjects class.

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.