CdrDisp Class
Contents
[
Hide
]Summary: The cdr Disp
Module: aspose.imaging.fileformats.cdr.objects
Full Name: aspose.imaging.fileformats.cdr.objects.CdrDisp
Inheritance: CdrObjectContainer
Constructors
Name | Description |
---|---|
CdrDisp() | Initializes a new instance of the CdrDisp class |
Properties
Name | Type | Access | Description |
---|---|---|---|
childs | list[CdrObject] | r | Gets or sets the objects. |
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. |
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. |
Methods
Name | Description |
---|---|
add_child_object(cdr_object) | Adds the child object. |
insert_object(cdr_object) | Inserts the object |
Constructor: CdrDisp()
CdrDisp()
Initializes a new instance of the CdrDisp class
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. |