Uses of Interface
io.keikai.model.SFont
Packages that use SFont
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 Utilities classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
-
Uses of SFont in io.keikai.api.model.impl
Fields in io.keikai.api.model.impl with type parameters of type SFontMethods in io.keikai.api.model.impl that return SFontMethods in io.keikai.api.model.impl that return types with arguments of type SFont -
Uses of SFont in io.keikai.model
Methods in io.keikai.model that return SFontModifier and TypeMethodDescriptionSBook.createFont(boolean inFontTable) Deprecated.SBook.createFont(SFont src, boolean inFontTable) Deprecated.As if release 5.3.0, replaced bySBook.addFont(SFont)andSBook.createFont(SFont)to build an immutable font to boost search performanceSBook.getDefaultFont()SCellStyle.getFont()SRichText.getFont()SRichText.Segment.getFont()SWordArt.getFont()Returns the font used for this WordArt.Watermark.getFont()Returns the font used for text watermarks.SBook.searchFont(FontMatcher matcher) Deprecated.Methods in io.keikai.model with parameters of type SFontModifier and TypeMethodDescriptionCreate a font builder and copy the style from the src style, store inside this book after built, then you can useSBook.searchFont(FontMatcher)to search and reuse this style.voidSRichText.addSegment(String text, SFont font) voidDeprecated.SBook.createFont(SFont src) Create a font builder and copy the style from the src style, store inside this book after built, then you can useSBook.searchFont(FontMatcher)to search and reuse this style.SBook.createFont(SFont src, boolean inFontTable) Deprecated.As if release 5.3.0, replaced bySBook.addFont(SFont)andSBook.createFont(SFont)to build an immutable font to boost search performanceSets the font.voidDeprecated.voidSets the font for text watermarks. -
Uses of SFont in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SFontModifier and TypeClassDescriptionclassclassDeprecated.As if release 5.3.0, replaced byImmutableFontImplclassFields in io.keikai.model.impl declared as SFontModifier and TypeFieldDescriptionstatic final SFontFontImpl.BLANK_FONTDeprecated.static final SFontImmutableFontImpl.BLANK_FONTMethods in io.keikai.model.impl that return SFontModifier and TypeMethodDescriptionFontBuilderImpl.build()abstract SFontAbstractBookAdv.getDefaultImmutableFont()Returns the book's default font as an immutable wrapper.CellStyleImpl.getFont()Deprecated.ImmutableCellStyleImpl.getFont()NamedStyleImpl.getFont()ReadOnlyRichTextImpl.getFont()RichTextImpl.getFont()WordArtImpl.getFont()abstract SFontAbstractBookAdv.getOrAddFont(SFont font) Get the font which stored in this book, or add it into the book if not found, then you can useSBook.searchFont(FontMatcher)to search and reuse this style.Methods in io.keikai.model.impl with parameters of type SFontModifier and TypeMethodDescriptionvoidReadOnlyRichTextImpl.addSegment(String text, SFont font) voidRichTextImpl.addSegment(String text, SFont font) voidDeprecated.voidabstract SFontAbstractBookAdv.getOrAddFont(SFont font) Get the font which stored in this book, or add it into the book if not found, then you can useSBook.searchFont(FontMatcher)to search and reuse this style.voidDeprecated.voidvoidConstructors in io.keikai.model.impl with parameters of type SFontModifierConstructorDescriptionConditionalStyleImpl(SFont font, SFill fill, SBorder border, String dataFormat, SColorScale colorScale, SDataBar dataBar, Double barPercent, SIconSet iconSet, Integer iconSetId) ImmutableExtraStyleImpl(SFont font, SFill fill, SBorder border, String dataFormat) ReadOnlyRichTextImpl(String text, SFont font) TableStyleElemImpl(SFont font, SFill fill, SBorder border) WordArtImpl(SWordArt.PresetType presetType, String text, SFont font, String fillColor, String outlineColor, ViewAnchor anchor) Constructs a WordArt object. -
Uses of SFont in io.keikai.model.util
Methods in io.keikai.model.util that return SFontModifier and TypeMethodDescriptionstatic SFontRichTextHelper.getRichTextRealFont(SFont font, SCell cell) Methods in io.keikai.model.util with parameters of type SFontModifier and TypeMethodDescriptionstatic StringRichTextHelper.getFontCSSStyle(SFont font, boolean displayTypeOffset) static StringRichTextHelper.getFontTextHtml(String text, SFont font) static StringRichTextHelper.getFontTextHtml(String text, SFont font, boolean vtext) static SFontRichTextHelper.getRichTextRealFont(SFont font, SCell cell) booleanvoidConstructors in io.keikai.model.util with parameters of type SFontModifierConstructorDescriptionFontMatcher(SFont criteria) Create a font matcher with a specified font as the criteria -
Uses of SFont in io.keikai.range
Methods in io.keikai.range that return SFontModifier and TypeMethodDescriptionSRange.getOrCreateFont(SFont.Boldweight boldweight, String htmlColor, int fontHeight, String fontName, boolean italic, boolean strikeout, SFont.TypeOffset typeOffset, SFont.Underline underline) Get font if exists or create font if not exists from the book of this range and return it. -
Uses of SFont in io.keikai.range.impl
Methods in io.keikai.range.impl that return SFontModifier and TypeMethodDescriptionstatic SFontStyleUtil.getFontStyle(SBook book, SCellStyle cellStyle, SCellStyle tbCellStyle, SConditionalStyle cdStyle) RangeImpl.getOrCreateFont(SFont.Boldweight boldweight, String htmlColor, int fontHeight, String fontName, boolean italic, boolean strikeout, SFont.TypeOffset typeOffset, SFont.Underline underline) -
Uses of SFont in io.keikai.ui.impl
Methods in io.keikai.ui.impl with parameters of type SFontModifier and TypeMethodDescriptionstatic StringCellFormatHelper.getFontCSSStyle(SCell cell, SFont font)
SBook.addFont()andSBook.createFont()to build an immutable font to boost search performance