public interface ITextInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRole()
Gets the role of this text.
|
java.util.List<java.lang.String> |
getText()
Returns the text as list of Strings.
|
double |
getTextLineHeight()
Gets the text line heigth of the text.
|
java.lang.String getRole()
java.util.List<java.lang.String> getText()
The text is already HTML encoded so that it can be inserted into the
document without further tranformations.
double getTextLineHeight()