public interface ITextConstruct
Modifier and Type | Interface and Description |
---|---|
static class |
ITextConstruct.Type
Defines the possible text construct types: TEXT, HTML, and XHTML.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPlainText()
Returns a plain-text representation of this text construct.
|
int |
getType()
Returns this text construct's type (text, HTML, or XHTML).
|