Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.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).
|
Modifier and Type | Field and Description |
---|---|
protected ModelRef<SFont> |
FontImpl._fontRef |
Modifier and Type | Method and Description |
---|---|
SFont |
FontImpl.getNative() |
Modifier and Type | Method and Description |
---|---|
ModelRef<SFont> |
FontImpl.getRef() |
Constructor and Description |
---|
EditableFontImpl(ModelRef<SBook> book,
ModelRef<SFont> font) |
FontImpl(ModelRef<SBook> book,
ModelRef<SFont> font) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
Fonts.addFont(XlsxExtractor.XlsxFontExtractor xFont,
SFont sFont) |
Modifier and Type | Method and Description |
---|---|
SFont |
SBook.createFont(boolean inFontTable) |
SFont |
SBook.createFont(SFont src,
boolean inFontTable) |
SFont |
SBook.getDefaultFont() |
SFont |
SRichText.getFont() |
SFont |
SRichText.Segment.getFont() |
SFont |
SCellStyle.getFont() |
SFont |
SBook.searchFont(FontMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
void |
SRichText.addSegment(String text,
SFont font) |
void |
SFont.copyFrom(SFont src) |
SFont |
SBook.createFont(SFont src,
boolean inFontTable) |
void |
SCellStyle.setFont(SFont font) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFontAdv |
class |
FontImpl |
Modifier and Type | Field and Description |
---|---|
static SFont |
FontImpl.BLANK_FONT |
Modifier and Type | Method and Description |
---|---|
SFont |
BookImpl.createFont(boolean inFontTable) |
SFont |
BookImpl.createFont(SFont src,
boolean inFontTable) |
SFont |
BookImpl.getDefaultFont() |
SFont |
RichTextImpl.getFont() |
SFont |
ReadOnlyRichTextImpl.getFont() |
SFont |
NamedStyleImpl.getFont() |
SFont |
CellStyleImpl.getFont() |
SFont |
BookImpl.searchFont(FontMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
List<SFont> |
BookImpl.getFontTable() |
Modifier and Type | Method and Description |
---|---|
void |
RichTextImpl.addSegment(String text,
SFont font) |
void |
ReadOnlyRichTextImpl.addSegment(String text,
SFont font) |
void |
FontImpl.copyFrom(SFont src) |
SFont |
BookImpl.createFont(SFont src,
boolean inFontTable) |
void |
NamedStyleImpl.setFont(SFont font) |
void |
CellStyleImpl.setFont(SFont font) |
Constructor and Description |
---|
ConditionalStyleImpl(SFont font,
SFill fill,
SBorder border,
String dataFormat,
SColorScale colorScale,
SDataBar dataBar,
Double barPercent,
SIconSet iconSet,
Integer iconSetId) |
ExtraStyleImpl(SFont font,
SFill fill,
SBorder border,
String dataFormat) |
ReadOnlyRichTextImpl(String text,
SFont font) |
TableStyleElemImpl(SFont font,
SFill fill,
SBorder border) |
Modifier and Type | Method and Description |
---|---|
protected com.lowagie.text.Font |
PdfExporter.createPdfCellFont(SFont zssFont)
returns pdf font corresponding to ZSS cell font
|
protected 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; see
CellRenderEvent.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) |
Modifier and Type | Method and Description |
---|---|
static SFont |
RichTextHelper.getRichTextRealFont(SFont font,
SCell cell) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
FontMatcher(SFont criteria)
Create a font matcher with a specified font as the criteria
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static SFont |
StyleUtil.getFontStyle(SBook book,
SCellStyle cellStyle,
SCellStyle tbCellStyle)
Deprecated.
|
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) |
Modifier and Type | Field and Description |
---|---|
protected Map<SFont,Font> |
AbstractExcelExporter.fontTable |
protected Map<Short,SFont> |
AbstractExcelImporter.importedFont
SFont object> |
Modifier and Type | Method and Description |
---|---|
protected SFont |
ExcelXlsxImporter.createDxfZssFont(Font poiFont) |
protected SFont |
AbstractExcelImporter.createZssFont(Font poiFont) |
protected SFont |
ExcelXlsxImporter.importFont(CellStyle poiCellStyle) |
protected SFont |
AbstractExcelImporter.importFont(CellStyle poiCellStyle) |
protected SFont |
AbstractExcelImporter.toZssFont(Font poiFont) |
Modifier and Type | Method and Description |
---|---|
protected Font |
ExcelXlsxExporter.toPOIDxfFont(SFont font0) |
protected Font |
AbstractExcelExporter.toPOIFont(SFont font)
Convert ZSS Font into POI Font.
|
Modifier and Type | Method and Description |
---|---|
static String |
CellFormatHelper.getFontCSSStyle(SCell cell,
SFont font) |
Copyright © 2020. All rights reserved.