CdrTextCollection Classe
Summary: The Cdr text collection
Module: aspose.imaging.fileformats.cdr.types
Full Name: aspose.imaging.fileformats.cdr.types.CdrTextCollection
Constructors
| Name | Descrizione |
|---|---|
| CdrTextCollection() | Inizializza una nuova istanza della classe CdrTextCollection |
Methods
| Name | Descrizione |
|---|---|
| add(key, cdr_text) | Aggiunge il testo. |
| get_text(key) | Ottiene il testo. |
Constructor: CdrTextCollection()
CdrTextCollection()
Inizializza una nuova istanza della classe CdrTextCollection
Method: add(key, cdr_text)
add(key, cdr_text)
Aggiunge il testo.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| key | int | Chiave del testo. |
| cdr_text | CdrText | Il testo CDR. |
Method: get_text(key)
get_text(key)
Ottiene il testo.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| key | int | Chiave del testo |
Returns
| Tipo | Descrizione |
|---|---|
| CdrText[] | L’istanza del testo cdr |