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 SRichTextRichTextImpl. getNative() -
Uses of SRichText in io.keikai.importer
Methods in io.keikai.importer with parameters of type SRichText Modifier and Type Method Description protected voidXlsxImporter. 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 SRichTextSComment. getRichText()SRichTextSCell. getRichTextValue()Return the rich text value.SRichTextSComment. setupRichText()Set a empty rich text value and return the instance which to be editedSRichTextSCell. 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 voidSComment. 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 classAbstractRichTextAdvclassReadOnlyRichTextImplclassRichTextImplMethods in io.keikai.model.impl that return SRichText Modifier and Type Method Description SRichTextCommentImpl. getRichText()SRichTextAbstractCellAdv. getRichTextValue()SRichTextCommentImpl. setupRichText()SRichTextAbstractCellAdv. setupRichTextValue()Methods in io.keikai.model.impl with parameters of type SRichText Modifier and Type Method Description voidCommentImpl. 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 SRichTextFormatResultImpl. 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 SRichTextFormatResult. getRichText() -
Uses of SRichText in io.keikai.model.util
Methods in io.keikai.model.util that return SRichText Modifier and Type Method Description SRichTextRichTextHelper. parse(SRange range, String content)Methods in io.keikai.model.util with parameters of type SRichText Modifier and Type Method Description static StringRichTextHelper. getCellRichTextHtml(SCell cell, SRichText rstr, boolean wrap)static StringRichTextHelper. getCellVRichTextHtml(SCell cell, SRichText rstr, boolean wrap)static intRichTextHelper. 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 voidAbstractExcelImporter. importRichText(Cell poiCell, RichTextString poiRichTextString0, SRichText richText)protected RichTextStringAbstractExcelExporter. toPOIRichText(SRichText richText)protected RichTextStringExcelXlsxExporter. toPOIRichText(SRichText richText)
-