Package | Description |
---|---|
org.zkoss.poi.hssf.converter | |
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.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExcelToFoConverter.processCellStyleFont(HSSFWorkbook workbook,
org.w3c.dom.Element blockTarget,
HSSFFont font) |
Modifier and Type | Method and Description |
---|---|
HSSFFont |
HSSFWorkbook.createFont()
create a new Font and add it to the workbook's font table
|
HSSFFont |
HSSFWorkbook.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
|
HSSFFont |
HSSFCellStyle.getFont(Workbook parentWorkbook)
gets the font for this style
|
HSSFFont |
HSSFWorkbook.getFontAt(short idx)
Get the font at the given index number
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFCellStyle.setFont(HSSFFont font) |
Modifier and Type | Method and Description |
---|---|
static void |
HSSFCellUtil.setFont(HSSFCell cell,
HSSFWorkbook workbook,
HSSFFont font)
Take a cell, and apply a font to it
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.