CdrTextCollection
Inheritance: java.lang.Object
public class CdrTextCollection
The Cdr text collection
Constructors
Constructor | Description |
---|---|
CdrTextCollection() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
key | int | Key of the text. |
cdrText | CdrText | The CDR text. |
getText(int key)
public final CdrText[] getText(int key)
Gets the text.
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | Key of the text |
Returns: com.aspose.imaging.fileformats.cdr.objects.CdrText[] - The cdr text instance