public class CdrText extends CdrDictionaryItem
The cdr text
CdrObjectContainer
Constructor and Description |
---|
CdrText()
Initializes a new instance of the
CdrText class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCharDescriptors()
Deprecated.
|
int |
getStyleId()
Deprecated.
|
CdrStyle[] |
getStyles()
Deprecated.
|
String |
getText()
Deprecated.
|
void |
setCharDescriptors(byte[] value)
Deprecated.
|
void |
setStyleId(int value)
Deprecated.
|
void |
setStyles(CdrStyle[] value)
Deprecated.
|
void |
setText(String value)
Deprecated.
|
getId, setId
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public CdrText()
Initializes a new instance of the CdrText
class.
@Deprecated public final String getText()
Gets the CDR text boxes.
Value: The CDR text boxes.@Deprecated public final void setText(String value)
Sets the CDR text boxes.
Value: The CDR text boxes.value
- the CDR text boxes.@Deprecated public final byte[] getCharDescriptors()
Initializes a new instance of the CdrText
class.
@Deprecated public final void setCharDescriptors(byte[] value)
Initializes a new instance of the CdrText
class.
@Deprecated public final CdrStyle[] getStyles()
Adds the text box.
Value: The styles.@Deprecated public final void setStyles(CdrStyle[] value)
Adds the text box.
Value: The styles.@Deprecated public final int getStyleId()
Gets the style identifier.
Value: The style identifier.@Deprecated public final void setStyleId(int value)
Sets the style identifier.
Value: The style identifier.value
- the style identifier.