Uses of Interface
io.keikai.model.SFont
-
Packages that use SFont Package Description io.keikai.importer io.keikai.model io.keikai.model.impl io.keikai.model.util io.keikai.range io.keikai.range.impl io.keikai.range.impl.imexp -
-
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(java.lang.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 java.util.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(java.lang.String text, SFont font)voidRichTextImpl. addSegment(java.lang.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, java.lang.String dataFormat, SColorScale colorScale, SDataBar dataBar, java.lang.Double barPercent, SIconSet iconSet, java.lang.Integer iconSetId)ImmutableExtraStyleImpl(SFont font, SFill fill, SBorder border, java.lang.String dataFormat)ReadOnlyRichTextImpl(java.lang.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 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 java.lang.StringRichTextHelper. getFontCSSStyle(SFont font, boolean displayTypeOffset)static java.lang.StringRichTextHelper. getFontTextHtml(java.lang.String text, SFont font)static java.lang.StringRichTextHelper. getFontTextHtml(java.lang.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, java.lang.String htmlColor, int fontHeight, java.lang.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, java.lang.String htmlColor, int fontHeight, java.lang.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 java.util.Map<SFont,org.apache.poi.ss.usermodel.Font>AbstractExcelExporter. fontTableMethods in io.keikai.range.impl.imexp that return SFont Modifier and Type Method Description protected 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 SFont Modifier and Type Method Description protected org.apache.poi.ss.usermodel.FontExcelXlsxExporter. toPOIDxfFont(SFont font0)protected org.apache.poi.ss.usermodel.FontAbstractExcelExporter. toPOIFont(SFont font)Convert ZSS Font into POI Font.
-