Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.ss.util | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFFont
Represents a Font used in a workbook.
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFRichTextString.applyFont(Font font)
Sets the font of the entire string.
|
void |
HSSFRichTextString.applyFont(int startIndex,
int endIndex,
Font font)
Applies a font to the specified characters of a string.
|
void |
HSSFNamedStyle.setFont(Font font) |
void |
HSSFCellStyle.setFont(Font font)
set the font for this style
|
Modifier and Type | Method and Description |
---|---|
Font |
Workbook.createFont()
Create a new Font and add it to the workbook's font table
|
Font |
Workbook.findFont(short boldWeight,
short color,
short fontHeight,
java.lang.String name,
boolean italic,
boolean strikeout,
short typeOffset,
byte underline)
Finds a font that matches the one with the supplied attributes
|
Font |
DxfCellStyle.getFont()
Returns the embedded font in this DxfCellStyle; could be null.
|
Font |
Workbook.getFontAt(short idx)
Get the font at the given index number
|
Modifier and Type | Method and Description |
---|---|
void |
RichTextString.applyFont(Font font)
Sets the font of the entire string.
|
void |
RichTextString.applyFont(int startIndex,
int endIndex,
Font font)
Applies a font to the specified characters of a string.
|
void |
CellStyle.setFont(Font font)
set the font for this style
|
Modifier and Type | Method and Description |
---|---|
static void |
CellUtil.setFont(Cell cell,
Workbook workbook,
Font font)
Take a cell, and apply a font to it
|
Modifier and Type | Method and Description |
---|---|
Font |
SXSSFWorkbook.createFont()
Create a new Font and add it to the workbook's font table
|
Font |
SXSSFWorkbook.findFont(short boldWeight,
short color,
short fontHeight,
java.lang.String name,
boolean italic,
boolean strikeout,
short typeOffset,
byte underline)
Finds a font that matches the one with the supplied attributes
|
Font |
SXSSFWorkbook.getFontAt(short idx)
Get the font at the given index number
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFFont
Represents a font used in a workbook.
|
Modifier and Type | Method and Description |
---|---|
Font |
XSSFDxfCellStyle.getFont() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFRichTextString.applyFont(Font font)
Sets the font of the entire string.
|
void |
XSSFRichTextString.applyFont(int startIndex,
int endIndex,
Font font)
Applies a font to the specified characters of a string.
|
void |
XSSFNamedStyle.setFont(Font font) |
void |
XSSFDxfCellStyle.setFont(Font font) |
void |
XSSFCellStyle.setFont(Font font)
Set the font for this style
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<SFont,Font> |
AbstractExcelExporter.fontTable |
Modifier and Type | Method and Description |
---|---|
protected Font |
AbstractExcelImporter.getPoiFontFromRichText(Workbook book,
Cell cell,
RichTextString rstr,
int run) |
protected Font |
ExcelXlsxExporter.toPOIDxfFont(SFont font0) |
protected Font |
AbstractExcelExporter.toPOIFont(SFont font)
Convert ZSS Font into POI Font.
|
Modifier and Type | Method and Description |
---|---|
protected SFont |
ExcelXlsxImporter.createDxfZssFont(Font poiFont) |
protected SFont |
AbstractExcelImporter.createZssFont(Font poiFont) |
static java.lang.String |
BookHelper.getFontHTMLColor(Workbook book,
Font font) |
static void |
BookHelper.setFontColor(Workbook book,
Font font,
Color color) |
protected SFont |
AbstractExcelImporter.toZssFont(Font poiFont) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.