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. _fontRef
Methods in io.keikai.api.model.impl that return SFont Modifier and Type Method Description SFont
FontImpl. 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 SFont
XlsxImporter. createDxfZssFont(XlsxExtractor.XlsxFontExtractor xFont)
protected SFont
XlsxImporter. createZssFont(XlsxExtractor.XlsxFontExtractor xFont)
SFont
Fonts. getFont(XlsxExtractor.XlsxFontExtractor xFont)
SFont
Fonts. getFontAt(int index)
Methods in io.keikai.importer with parameters of type SFont Modifier and Type Method Description void
Fonts. 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 SFont
SBook. createFont(boolean inFontTable)
Deprecated.As if release 5.3.0, replaced bySBook.addFont()
andSBook.createFont()
to build an immutable font to boost search performanceSFont
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 performanceSFont
SBook. getDefaultFont()
SFont
SCellStyle. getFont()
SFont
SRichText. getFont()
SFont
SRichText.Segment. getFont()
SFont
SBook. searchFont(FontMatcher matcher)
Deprecated.Methods in io.keikai.model with parameters of type SFont Modifier and Type Method Description SFontBuilder
SBook. 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.void
SRichText. addSegment(String text, SFont font)
void
SFont. copyFrom(SFont src)
Deprecated.SFontBuilder
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.SFont
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 performanceSCellStyleBuilder
SCellStyleBuilder. font(SFont font)
void
SCellStyle. 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 class
AbstractFontAdv
class
FontImpl
Deprecated.As if release 5.3.0, replaced byImmutableFontImpl
class
ImmutableFontImpl
Fields in io.keikai.model.impl declared as SFont Modifier and Type Field Description static SFont
FontImpl. BLANK_FONT
Deprecated.static SFont
ImmutableFontImpl. BLANK_FONT
Methods in io.keikai.model.impl that return SFont Modifier and Type Method Description SFont
FontBuilderImpl. build()
SFont
BookImpl. createFont(boolean inFontTable)
SFont
BookImpl. createFont(SFont src, boolean inFontTable)
SFont
BookImpl. getDefaultFont()
SFont
BookImpl. getDefaultImmutableFont()
SFont
CellStyleImpl. getFont()
Deprecated.SFont
ImmutableCellStyleImpl. getFont()
SFont
NamedStyleImpl. getFont()
SFont
ReadOnlyRichTextImpl. getFont()
SFont
RichTextImpl. getFont()
abstract SFont
AbstractBookAdv. 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.SFont
BookImpl. getOrAddFont(SFont font)
SFont
BookImpl. 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 SFontBuilder
BookImpl. addFont(SFont src)
void
ReadOnlyRichTextImpl. addSegment(String text, SFont font)
void
RichTextImpl. addSegment(String text, SFont font)
void
FontImpl. copyFrom(SFont src)
Deprecated.void
ImmutableFontImpl. copyFrom(SFont src)
SFontBuilder
BookImpl. createFont(SFont src)
SFont
BookImpl. createFont(SFont src, boolean inFontTable)
SCellStyleBuilder
CellStyleBuilderImpl. font(SFont font)
abstract SFont
AbstractBookAdv. 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.SFont
BookImpl. getOrAddFont(SFont font)
void
CellStyleImpl. setFont(SFont font)
Deprecated.void
ImmutableCellStyleImpl. setFont(SFont font)
void
NamedStyleImpl. 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.Font
PdfExporter. createPdfCellFont(SFont zssFont)
returns pdf font corresponding to ZSS cell fontprotected com.lowagie.text.Font
PdfExporter. 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.FontSelector
PdfExporter. prepareFontSelector(SFont zssFont)
Prepare a FontSelector which can apply eastern supplemental fonts to text.protected com.lowagie.text.Chunk
PdfExporter. 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 SFont
RichTextHelper. getRichTextRealFont(SFont font, SCell cell)
Methods in io.keikai.model.util with parameters of type SFont Modifier and Type Method Description static String
RichTextHelper. getFontCSSStyle(SFont font, boolean displayTypeOffset)
static String
RichTextHelper. getFontTextHtml(String text, SFont font)
static String
RichTextHelper. getFontTextHtml(String text, SFont font, boolean vtext)
static SFont
RichTextHelper. getRichTextRealFont(SFont font, SCell cell)
boolean
FontMatcher. match(SFont style)
void
CellStyleMatcher. 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 SFont
SRange. 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 SFont
StyleUtil. getFontStyle(SBook book, SCellStyle cellStyle, SCellStyle tbCellStyle, SConditionalStyle cdStyle)
SFont
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 SFont Modifier and Type Field Description protected Map<SFont,Font>
AbstractExcelExporter. fontTable
Methods in io.keikai.range.impl.imexp that return SFont Modifier and Type Method Description protected SFont
AbstractExcelImporter. createZssFont(Font poiFont)
protected SFont
AbstractExcelImporter. importFont(CellStyle poiCellStyle)
protected SFont
AbstractExcelImporter. toZssFont(Font poiFont)
Methods in io.keikai.range.impl.imexp with parameters of type SFont Modifier and Type Method Description protected Font
ExcelXlsxExporter. toPOIDxfFont(SFont font0)
protected Font
AbstractExcelExporter. 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 String
CellFormatHelper. getFontCSSStyle(SCell cell, SFont font)
-