public interface RichText
Modifier and Type | Method and Description |
---|---|
javax.xml.registry.infomodel.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 javax.xml.registry.JAXRException
text
- the rich-text contentjavax.xml.registry.JAXRException
- if an internal error occurs on setting the text.java.lang.String getText() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on getting the text.javax.xml.registry.infomodel.ExtrinsicObject getExtrinsicObject() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on getting the extrinsic object.