Classe CdrDocument
Contenu
[
Cacher
]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 |
|---|---|---|---|
| enfants | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.Cdr.Objects.CdrObject]] | r | Obtient ou définit les objets. |
| clip_ids | System.Collections.Generic.List`1[[System.Int16]] | r/w | Obtient ou définit les clip ids. |
| libéré | bool | r | Obtient une valeur indiquant si cette instance est libérée. |
| document | CdrDocument | r/w | Obtient ou définit le document. |
| hidden | bool | r/w | Obtient ou définit une valeur indiquant si cet CdrObjectContainer est visible. |
| last_child | CdrObjectContainer | r/w | Obtient ou définit le dernier enfant. |
| last_text_index | int | r/w | Obtient les index de texte. |
| load_to_last_child | bool | r/w | Obtient ou définit une valeur indiquant si [load to last child]. |
| parent | CdrObjectContainer | r/w | Obtient ou définit le parent. |
| texts | CdrTextCollection | r | Obtient les textes. |
| version | int | r/w | Obtient ou définit la version. |
Methods
| Name | Description |
|---|---|
| add_child_object(cdr_object) | Ajoute l’objet enfant. |
| insert_object(cdr_object) | Insère l’objet |
Method: add_child_object(cdr_object)
add_child_object(cdr_object)
Ajoute l’objet enfant.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| cdr_object | CdrObject | L’objet CDR. |
Method: insert_object(cdr_object)
insert_object(cdr_object)
Insère l’objet
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| cdr_object | CdrObject | L’objet CDR. |