CdrTextCollection

Inheritance: java.lang.Object

public class CdrTextCollection

The Cdr text collection

Constructors

ConstructorDescription
CdrTextCollection()

Methods

MethodDescription
add(int key, CdrText cdrText)Adds the text.
getText(int key)Gets the text.

CdrTextCollection()

public CdrTextCollection()

add(int key, CdrText cdrText)

public final void add(int key, CdrText cdrText)

Adds the text.

Parameters:

ParameterTypeDescription
keyintKey of the text.
cdrTextCdrTextThe CDR text.

getText(int key)

public final CdrText[] getText(int key)

Gets the text.

Parameters:

ParameterTypeDescription
keyintKey of the text

Returns: com.aspose.imaging.fileformats.cdr.objects.CdrText[] - The cdr text instance