CdrTextCollection Class
Summary: The Cdr text collection
Module: aspose.imaging.fileformats.cdr.types
Full Name: aspose.imaging.fileformats.cdr.types.CdrTextCollection
Constructors
Name | Description |
---|---|
CdrTextCollection() | Initializes a new instance of the CdrTextCollection class |
Methods
Name | Description |
---|---|
add(key, cdr_text) | Adds the text. |
get_text(key) | Gets the text. |
Constructor: CdrTextCollection()
CdrTextCollection()
Initializes a new instance of the CdrTextCollection class
Method: add(key, cdr_text)
add(key, cdr_text)
Adds the text.
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | Key of the text. |
cdr_text | CdrText | The CDR text. |
Method: get_text(key)
get_text(key)
Gets the text.
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | Key of the text |
Returns
Type | Description |
---|---|
CdrText[] | The cdr text instance |