public interface TextSpan
Modifier and Type | Method and Description |
---|---|
RectBounds |
getBounds()
The bounds for embedded object, only used the font returns null.
|
java.lang.Object |
getFont()
The font for the span, if null the span is handled as embedded object.
|
java.lang.String |
getText()
The text for the span, can be empty but not null.
|
java.lang.String getText()
java.lang.Object getFont()
RectBounds getBounds()