CdrTextCollection Class

Summary: The Cdr text collection

Module: aspose.imaging.fileformats.cdr.types

Full Name: aspose.imaging.fileformats.cdr.types.CdrTextCollection

Aspose.Imaging Version: 24.7.0

Constructors

NameDescription
CdrTextCollection()Initializes a new instance of the CdrTextCollection class

Methods

NameDescription
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:

ParameterTypeDescription
keyintKey of the text.
cdr_textCdrTextThe CDR text.

Method: get_text(key)

 get_text(key) 

Gets the text.

Parameters:

ParameterTypeDescription
keyintKey of the text

Returns

TypeDescription
CdrText[]The cdr text instance