Clase CdrListObjects
Contenido
[
Ocultar
]Summary: The cdr list objects
Module: aspose.imaging.fileformats.cdr.objects
Full Name: aspose.imaging.fileformats.cdr.objects.CdrListObjects
Inheritance: CdrObjectContainer
Constructors
| Name | Descripción |
|---|---|
| CdrListObjects() | Inicializa una nueva instancia de la clase CdrListObjects. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| hijos | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.Cdr.Objects.CdrObject]] | r | Obtiene o establece los objetos. |
| disposed | bool | r | Obtiene un valor que indica si esta instancia está disposed. |
| document | CdrDocument | r/w | Obtiene o establece el documento. |
| fill_id | int | r/w | Obtiene o establece el identificador de relleno. |
| hidden | bool | r/w | Obtiene o establece un valor que indica si este CdrObjectContainer es visible. |
| last_child | CdrObjectContainer | r/w | Obtiene o establece el último hijo. |
| load_to_last_child | bool | r/w | Obtiene o establece un valor que indica si [load to last child]. |
| opacity | float | r/w | Obtiene o establece la opacidad. |
| opacity_fill_id | int | r/w | Obtiene o establece el identificador de relleno de opacidad. |
| out_line_id | int | r/w | Obtiene o establece el identificador de línea externa. |
| page_height | float | r/w | Obtiene o establece la altura de la página. |
| page_width | float | r/w | Obtiene o establece el ancho de la página. |
| parent | CdrObjectContainer | r/w | Obtiene o establece el elemento padre. |
| style_id | int | r/w | Obtiene o establece el identificador de estilo. |
Methods
| Name | Descripción |
|---|---|
| add_child_object(cdr_object) | Agrega el objeto hijo. |
| insert_object(cdr_object) | Inserta el objeto |
Constructor: CdrListObjects()
CdrListObjects()
Inicializa una nueva instancia de la clase CdrListObjects.
Method: add_child_object(cdr_object)
add_child_object(cdr_object)
Agrega el objeto hijo.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| cdr_object | CdrObject | El objeto CDR. |
Method: insert_object(cdr_object)
insert_object(cdr_object)
Inserta el objeto
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| cdr_object | CdrObject | El objeto CDR. |