| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.util |
ZK Spreadsheet Internal Book Model Utilities classes.
|
| org.zkoss.zss.range |
ZK Spreadsheet Internal Range API classes.
|
| org.zkoss.zss.range.impl |
ZK Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
SFont |
SBook.createFont(boolean inFontTable) |
SFont |
SBook.createFont(SFont src,
boolean inFontTable) |
SFont |
SBook.getDefaultFont() |
SFont |
SCellStyle.getFont() |
SFont |
SRichText.getFont() |
SFont |
SRichText.Segment.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 |
|---|---|
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,org.zkoss.poi.ss.usermodel.Font> |
AbstractExcelExporter.fontTable |
protected Map<Short,SFont> |
AbstractExcelImporter.importedFont
SFont object> |
| Modifier and Type | Method and Description |
|---|---|
protected SFont |
ExcelXlsxImporter.createDxfZssFont(org.zkoss.poi.ss.usermodel.Font poiFont) |
protected SFont |
AbstractExcelImporter.createZssFont(org.zkoss.poi.ss.usermodel.Font poiFont) |
protected SFont |
AbstractExcelImporter.importFont(org.zkoss.poi.ss.usermodel.CellStyle poiCellStyle) |
protected SFont |
ExcelXlsxImporter.importFont(org.zkoss.poi.ss.usermodel.CellStyle poiCellStyle) |
protected SFont |
AbstractExcelImporter.toZssFont(org.zkoss.poi.ss.usermodel.Font poiFont) |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.poi.ss.usermodel.Font |
ExcelXlsxExporter.toPOIDxfFont(SFont font0) |
protected org.zkoss.poi.ss.usermodel.Font |
AbstractExcelExporter.toPOIFont(SFont font)
Convert ZSS Font into POI Font.
|
Copyright © 2019. All rights reserved.