Uses of Interface
io.keikai.model.SRichText
Packages that use SRichText
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Engines classes.
Keikai Spreadsheet Internal Book Model Utilities classes.
-
Uses of SRichText in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SRichText -
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.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)