CdrTextCollection Clase
Summary: The Cdr text collection
Module: aspose.imaging.fileformats.cdr.types
Full Name: aspose.imaging.fileformats.cdr.types.CdrTextCollection
Constructors
| Name | Descripción |
|---|---|
| CdrTextCollection() | Inicializa una nueva instancia de la clase CdrTextCollection |
Methods
| Name | Descripción |
|---|---|
| add(key, cdr_text) | Agrega el texto. |
| get_text(key) | Obtiene el texto. |
Constructor: CdrTextCollection()
CdrTextCollection()
Inicializa una nueva instancia de la clase CdrTextCollection
Method: add(key, cdr_text)
add(key, cdr_text)
Agrega el texto.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| key | int | Clave del texto. |
| cdr_text | CdrText | El texto CDR. |
Method: get_text(key)
get_text(key)
Obtiene el texto.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| key | int | Clave del texto |
Returns
| Tipo | Descripción |
|---|---|
| CdrText[] | La instancia del texto cdr |