public class CdrText extends CdrDictionaryItem
The cdr text
CdrObjectContainer
Constructor and Description |
---|
CdrText() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCharDescriptors()
Gets the character descriptors.
|
int |
getStyleId()
Gets the style identifier.
|
CdrStyle[] |
getStyles()
Gets the styles.
|
String |
getText()
Gets the text.
|
void |
setCharDescriptors(byte[] value)
Sets the character descriptors.
|
void |
setStyleId(int value)
Sets the style identifier.
|
void |
setStyles(CdrStyle[] value)
Sets the styles.
|
void |
setText(String value)
Sets the text.
|
getId, setId
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final String getText()
Gets the text.
public final void setText(String value)
Sets the text.
value
- the text.public final byte[] getCharDescriptors()
Gets the character descriptors.
public final void setCharDescriptors(byte[] value)
Sets the character descriptors.
value
- the character descriptors.public final CdrStyle[] getStyles()
Gets the styles.
public final void setStyles(CdrStyle[] value)
Sets the styles.
value
- the styles.public final int getStyleId()
Gets the style identifier.
public final void setStyleId(int value)
Sets the style identifier.
value
- the style identifier.