Package io.keikai.api.model
Interface RichText
-
- All Known Implementing Classes:
RichTextImpl
public interface RichText
A rich text can have multiple segments which have different fonts for each one in a cell.- Since:
- 3.6.0
- Author:
- henrichen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RichText.Segment
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addSegment(String text, Font font)
void
clearSegments()
Font
getFont()
List<RichText.Segment>
getSegments()
String
getText()
-