public interface RichText
Modifier and Type | Method and Description |
---|---|
ExtrinsicObject |
getExtrinsicObject()
Gets the ExtrinsicObject that stores the rich text.
|
java.lang.String |
getText()
Gets the rich-text content.
|
void |
setText(java.lang.String text)
Sets the rich-text content.
|
void setText(java.lang.String text) throws JAXRException
text
- the rich-text contentJAXRException
- if an internal error occurs on setting the text.java.lang.String getText() throws JAXRException
JAXRException
- if an internal error occurs on getting the text.ExtrinsicObject getExtrinsicObject() throws JAXRException
JAXRException
- if an internal error occurs on getting the extrinsic object.