Uses of Interface
io.keikai.model.SRichText
-
Packages that use SRichText Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.sys Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.sys.format Keikai Spreadsheet Internal Book Model Engines classes.io.keikai.model.util Keikai Spreadsheet Internal Book Model Utilities classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SRichText in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SRichText Modifier and Type Method Description SRichText
RichTextImpl. getNative()
-
Uses of SRichText in io.keikai.importer
Methods in io.keikai.importer with parameters of type SRichText Modifier and Type Method Description protected void
XlsxImporter. importRichText(XlsxExtractor.XlsxRichTextExtractor xRichText, SRichText richText)
-
Uses of SRichText in io.keikai.model
Methods in io.keikai.model that return SRichText Modifier and Type Method Description SRichText
SComment. getRichText()
SRichText
SCell. getRichTextValue()
Return the rich text value.SRichText
SComment. setupRichText()
Set a empty rich text value and return the instance which to be editedSRichText
SCell. setupRichTextValue()
Setup a rich text value(Create a new one if the old value is not a rich-text) and return the instance which to be edited.Methods in io.keikai.model with parameters of type SRichText Modifier and Type Method Description void
SComment. setRichText(SRichText text)
-
Uses of SRichText in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SRichText Modifier and Type Class Description class
AbstractRichTextAdv
class
ReadOnlyRichTextImpl
class
RichTextImpl
Methods in io.keikai.model.impl that return SRichText Modifier and Type Method Description SRichText
CommentImpl. getRichText()
SRichText
AbstractCellAdv. getRichTextValue()
SRichText
CommentImpl. setupRichText()
SRichText
AbstractCellAdv. setupRichTextValue()
Methods in io.keikai.model.impl with parameters of type SRichText Modifier and Type Method Description void
CommentImpl. setRichText(SRichText text)
Constructors in io.keikai.model.impl with parameters of type SRichText Constructor Description ReadOnlyRichTextImpl(SRichText richText)
-
Uses of SRichText in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys that return SRichText Modifier and Type Method Description SRichText
FormatResultImpl. getRichText()
Constructors in io.keikai.model.impl.sys with parameters of type SRichText Constructor Description FormatResultImpl(SRichText richText)
-
Uses of SRichText in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format that return SRichText Modifier and Type Method Description SRichText
FormatResult. getRichText()
-
Uses of SRichText in io.keikai.model.util
Methods in io.keikai.model.util that return SRichText Modifier and Type Method Description SRichText
RichTextHelper. parse(SRange range, String content)
Methods in io.keikai.model.util with parameters of type SRichText Modifier and Type Method Description static String
RichTextHelper. getCellRichTextHtml(SCell cell, SRichText rstr, boolean wrap)
static String
RichTextHelper. getCellVRichTextHtml(SCell cell, SRichText rstr, boolean wrap)
static int
RichTextHelper. getRichTextHeightPoints(SCell cell, SRichText rstr)
-
Uses of SRichText in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SRichText Modifier and Type Method Description protected void
AbstractExcelImporter. importRichText(Cell poiCell, RichTextString poiRichTextString0, SRichText richText)
protected RichTextString
AbstractExcelExporter. toPOIRichText(SRichText richText)
protected RichTextString
ExcelXlsxExporter. toPOIRichText(SRichText richText)
-