Uses of Interface
io.keikai.model.SRichText
Packages that use SRichText
Package
Description
-
Uses of SRichText in io.keikai.importer
Methods in io.keikai.importer with parameters of type SRichTextModifier and TypeMethodDescriptionprotected voidXlsxImporter.importRichText(XlsxExtractor.XlsxRichTextExtractor xRichText, SRichText richText) -
Uses of SRichText in io.keikai.model
Methods in io.keikai.model that return SRichTextModifier and TypeMethodDescriptionSComment.getRichText()SCell.getRichTextValue()Return the rich text value. if this cell is a simple string value, it will return a read-only rich-text which wraps string-value and current font.SComment.setupRichText()Set a empty rich text value and return the instance which to be editedSCell.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 -
Uses of SRichText in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SRichTextModifier and TypeClassDescriptionclassclassclassMethods in io.keikai.model.impl that return SRichTextModifier and TypeMethodDescriptionCommentImpl.getRichText()AbstractCellAdv.getRichTextValue()CommentImpl.setupRichText()AbstractCellAdv.setupRichTextValue()Methods in io.keikai.model.impl with parameters of type SRichTextConstructors in io.keikai.model.impl with parameters of type SRichText -
Uses of SRichText in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys that return SRichTextConstructors in io.keikai.model.impl.sys with parameters of type SRichText -
Uses of SRichText in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format that return SRichText -
Uses of SRichText in io.keikai.model.util
Methods in io.keikai.model.util that return SRichTextMethods in io.keikai.model.util with parameters of type SRichTextModifier and TypeMethodDescriptionstatic 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 SRichTextModifier and TypeMethodDescriptionprotected voidAbstractExcelImporter.importRichText(org.apache.poi.ss.usermodel.Cell poiCell, org.apache.poi.ss.usermodel.RichTextString poiRichTextString0, SRichText richText) protected org.apache.poi.ss.usermodel.RichTextStringAbstractExcelExporter.toPOIRichText(SRichText richText) protected org.apache.poi.ss.usermodel.RichTextStringExcelXlsxExporter.toPOIRichText(SRichText richText)