Clase CdrStyle
Contenido
[
Ocultar
]Summary: The cdr style
Module: aspose.imaging.fileformats.cdr.objects
Full Name: aspose.imaging.fileformats.cdr.objects.CdrStyle
Inheritance: CdrDictionaryItem
Constructors
| Name | Descripción |
|---|---|
| CdrStyle() | Inicializa una nueva instancia de la clase CdrStyle |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| alineación | int | r/w | Obtiene o establece la alineación. |
| conjunto de caracteres | int | r/w | Obtiene o establece el conjunto de caracteres. |
| disposed | bool | r | Obtiene un valor que indica si esta instancia está disposed. |
| document | CdrDocument | r/w | Obtiene o establece el documento. |
| fill | CdrFill | r/w | Obtiene o establece el relleno. |
| first_indent | float | r/w | Obtiene o establece el primer sangrado. |
| font_name | string | r/w | Obtiene o establece el nombre de la fuente. |
| font_size | float | r/w | Obtiene o establece el tamaño de la fuente. |
| font_weight | int | r/w | Obtiene o establece el peso de la fuente. |
| id | int | r/w | Obtiene o establece el identificador. |
| left_indent | float | r/w | Obtiene o establece la sangría izquierda. |
| out_line | CdrOutline | r/w | Obtiene o establece la línea externa. |
| parent | CdrObjectContainer | r/w | Obtiene o establece el elemento padre. |
| parent_id | int | r/w | Obtiene o establece el identificador del padre. |
| right_indent | float | r/w | Obtiene o establece la sangría derecha. |
Methods
| Name | Descripción |
|---|---|
| copy() | Copia esta instancia. |
Constructor: CdrStyle()
CdrStyle()
Inicializa una nueva instancia de la clase CdrStyle
Method: copy()
copy()
Copia esta instancia.
Returns
| Tipo | Descripción |
|---|---|
| CdrStyle | La copia del estilo actual |