Uses of Interface
io.keikai.model.SFont
Packages that use SFont
Package
Description
-
Uses of SFont in io.keikai.importer
Methods in io.keikai.importer that return SFontModifier and TypeMethodDescriptionprotected SFontXlsxImporter.createDxfZssFont(XlsxExtractor.XlsxFontExtractor xFont) protected SFontXlsxImporter.createZssFont(XlsxExtractor.XlsxFontExtractor xFont) Fonts.getFont(XlsxExtractor.XlsxFontExtractor xFont) Fonts.getFontAt(int index) Methods in io.keikai.importer with parameters of type SFontModifier and TypeMethodDescriptionvoidFonts.addFont(XlsxExtractor.XlsxFontExtractor xFont, SFont 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()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 performancevoidDeprecated. -
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()BookImpl.createFont(boolean inFontTable) BookImpl.createFont(SFont src, boolean inFontTable) BookImpl.getDefaultFont()BookImpl.getDefaultImmutableFont()CellStyleImpl.getFont()Deprecated.ImmutableCellStyleImpl.getFont()NamedStyleImpl.getFont()ReadOnlyRichTextImpl.getFont()RichTextImpl.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.BookImpl.getOrAddFont(SFont font) BookImpl.searchFont(FontMatcher matcher) Methods in io.keikai.model.impl that return types with arguments of type SFontMethods in io.keikai.model.impl with parameters of type SFontModifier and TypeMethodDescriptionvoidReadOnlyRichTextImpl.addSegment(String text, SFont font) voidRichTextImpl.addSegment(String text, SFont font) voidDeprecated.voidBookImpl.createFont(SFont src) BookImpl.createFont(SFont src, boolean inFontTable) 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.BookImpl.getOrAddFont(SFont font) 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) -
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.range.impl.imexp
Fields in io.keikai.range.impl.imexp with type parameters of type SFontMethods in io.keikai.range.impl.imexp that return SFontModifier and TypeMethodDescriptionprotected SFontAbstractExcelImporter.createZssFont(org.apache.poi.ss.usermodel.Font poiFont) protected SFontAbstractExcelImporter.importFont(org.apache.poi.ss.usermodel.CellStyle poiCellStyle) protected SFontAbstractExcelImporter.toZssFont(org.apache.poi.ss.usermodel.Font poiFont) Methods in io.keikai.range.impl.imexp with parameters of type SFontModifier and TypeMethodDescriptionprotected org.apache.poi.ss.usermodel.FontExcelXlsxExporter.toPOIDxfFont(SFont font0) protected org.apache.poi.ss.usermodel.FontConvert ZSS Font into POI Font.
SBook.addFont()andSBook.createFont()to build an immutable font to boost search performance