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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSegment(String text, Font font) voidgetFont()getText()
-
Method Details
-
getText
String getText() -
getFont
Font getFont() -
getSegments
List<RichText.Segment> getSegments() -
addSegment
-
clearSegments
void clearSegments()
-