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