Uses of Interface
io.keikai.model.SFont
-
Packages that use SFont 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.pdf The exporter that convert Keikai Spreadsheet to PDF.io.keikai.model.util Keikai Spreadsheet Internal Book Model Utilities classes.io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.ui.impl 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 SFont Modifier and Type Field Description protected ModelRef<SFont>FontImpl. _fontRefMethods in io.keikai.api.model.impl that return SFont Modifier and Type Method Description SFontFontImpl. getNative()Methods in io.keikai.api.model.impl that return types with arguments of type SFont Modifier and Type Method Description ModelRef<SFont>FontImpl. getRef() -
Uses of SFont in io.keikai.importer
Methods in io.keikai.importer that return SFont Modifier and Type Method Description protected SFontXlsxImporter. createDxfZssFont(XlsxExtractor.XlsxFontExtractor xFont)protected SFontXlsxImporter. createZssFont(XlsxExtractor.XlsxFontExtractor xFont)SFontFonts. getFont(XlsxExtractor.XlsxFontExtractor xFont)SFontFonts. getFontAt(int index)Methods in io.keikai.importer with parameters of type SFont Modifier and Type Method Description voidFonts. addFont(XlsxExtractor.XlsxFontExtractor xFont, SFont sFont) -
Uses of SFont in io.keikai.model
Methods in io.keikai.model that return SFont Modifier and Type Method Description SFontSBook. createFont(boolean inFontTable)Deprecated.As if release 5.3.0, replaced bySBook.addFont()andSBook.createFont()to build an immutable font to boost search performanceSFontSBook. 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 performanceSFontSBook. getDefaultFont()SFontSCellStyle. getFont()SFontSRichText. getFont()SFontSRichText.Segment. getFont()SFontSBook. searchFont(FontMatcher matcher)Deprecated.Methods in io.keikai.model with parameters of type SFont Modifier and Type Method Description SFontBuilderSBook. addFont(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.voidSRichText. addSegment(String text, SFont font)voidSFont. copyFrom(SFont src)Deprecated.SFontBuilderSBook. 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.SFontSBook. 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 performanceSCellStyleBuilderSCellStyleBuilder. font(SFont font)voidSCellStyle. setFont(SFont font)Deprecated. -
Uses of SFont in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SFont Modifier and Type Class Description classAbstractFontAdvclassFontImplDeprecated.As if release 5.3.0, replaced byImmutableFontImplclassImmutableFontImplFields in io.keikai.model.impl declared as SFont Modifier and Type Field Description static SFontFontImpl. BLANK_FONTDeprecated.static SFontImmutableFontImpl. BLANK_FONTMethods in io.keikai.model.impl that return SFont Modifier and Type Method Description SFontFontBuilderImpl. build()SFontBookImpl. createFont(boolean inFontTable)SFontBookImpl. createFont(SFont src, boolean inFontTable)SFontBookImpl. getDefaultFont()SFontBookImpl. getDefaultImmutableFont()SFontCellStyleImpl. getFont()Deprecated.SFontImmutableCellStyleImpl. getFont()SFontNamedStyleImpl. getFont()SFontReadOnlyRichTextImpl. getFont()SFontRichTextImpl. 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.SFontBookImpl. getOrAddFont(SFont font)SFontBookImpl. searchFont(FontMatcher matcher)Methods in io.keikai.model.impl that return types with arguments of type SFont Modifier and Type Method Description List<SFont>BookImpl. getFontTable()Methods in io.keikai.model.impl with parameters of type SFont Modifier and Type Method Description SFontBuilderBookImpl. addFont(SFont src)voidReadOnlyRichTextImpl. addSegment(String text, SFont font)voidRichTextImpl. addSegment(String text, SFont font)voidFontImpl. copyFrom(SFont src)Deprecated.voidImmutableFontImpl. copyFrom(SFont src)SFontBuilderBookImpl. createFont(SFont src)SFontBookImpl. createFont(SFont src, boolean inFontTable)SCellStyleBuilderCellStyleBuilderImpl. font(SFont font)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.SFontBookImpl. getOrAddFont(SFont font)voidCellStyleImpl. setFont(SFont font)Deprecated.voidImmutableCellStyleImpl. setFont(SFont font)voidNamedStyleImpl. setFont(SFont font)Constructors in io.keikai.model.impl with parameters of type SFont Constructor Description ConditionalStyleImpl(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.impl.pdf
Methods in io.keikai.model.impl.pdf with parameters of type SFont Modifier and Type Method Description protected com.lowagie.text.FontPdfExporter. createPdfCellFont(SFont zssFont)returns pdf font corresponding to ZSS cell fontprotected com.lowagie.text.FontPdfExporter. createPdfCellFont(SFont zssFont, String fontName)Returns pdf font corresponding to ZSS cell font with a supplimental font face name.protected List<com.lowagie.text.Chunk>PdfExporter. createPdfChunks(SFont zssFont, String text, boolean accountingUnder)Create and returns pdf chunks per the provided ZSS font, text, and whether contains a Accounting Underline (because it is handled the other way; seeCellRenderEvent.drawAccountingUnderline(com.lowagie.text.Rectangle, com.lowagie.text.Rectangle, float, float, float, float, com.lowagie.text.pdf.PdfContentByte))protected com.lowagie.text.pdf.FontSelectorPdfExporter. prepareFontSelector(SFont zssFont)Prepare a FontSelector which can apply eastern supplemental fonts to text.protected com.lowagie.text.ChunkPdfExporter. processPdfChunk(SFont zssFont, com.lowagie.text.Chunk chunk, boolean accountingUnder) -
Uses of SFont in io.keikai.model.util
Methods in io.keikai.model.util that return SFont Modifier and Type Method Description static SFontRichTextHelper. getRichTextRealFont(SFont font, SCell cell)Methods in io.keikai.model.util with parameters of type SFont Modifier and Type Method Description static 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)booleanFontMatcher. match(SFont style)voidCellStyleMatcher. setFont(SFont font)Constructors in io.keikai.model.util with parameters of type SFont Constructor Description FontMatcher(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 SFont Modifier and Type Method Description SFontSRange. 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 SFont Modifier and Type Method Description static SFontStyleUtil. getFontStyle(SBook book, SCellStyle cellStyle, SCellStyle tbCellStyle, SConditionalStyle cdStyle)SFontRangeImpl. 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 SFont Modifier and Type Field Description protected Map<SFont,Font>AbstractExcelExporter. fontTableMethods in io.keikai.range.impl.imexp that return SFont Modifier and Type Method Description protected SFontAbstractExcelImporter. createZssFont(Font poiFont)protected SFontAbstractExcelImporter. importFont(CellStyle poiCellStyle)protected SFontAbstractExcelImporter. toZssFont(Font poiFont)Methods in io.keikai.range.impl.imexp with parameters of type SFont Modifier and Type Method Description protected FontExcelXlsxExporter. toPOIDxfFont(SFont font0)protected FontAbstractExcelExporter. toPOIFont(SFont font)Convert ZSS Font into POI Font. -
Uses of SFont in io.keikai.ui.impl
Methods in io.keikai.ui.impl with parameters of type SFont Modifier and Type Method Description static StringCellFormatHelper. getFontCSSStyle(SCell cell, SFont font)
-