|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSSFFont | |
---|---|
org.apache.poi.hssf.converter | |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
Uses of HSSFFont in org.apache.poi.hssf.converter |
---|
Methods in org.apache.poi.hssf.converter with parameters of type HSSFFont | |
---|---|
protected void |
ExcelToFoConverter.processCellStyleFont(HSSFWorkbook workbook,
org.w3c.dom.Element blockTarget,
HSSFFont font)
|
Uses of HSSFFont in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return HSSFFont | |
---|---|
HSSFFont |
HSSFWorkbook.createFont()
create a new Font and add it to the workbook's font table |
HSSFFont |
HSSFWorkbook.findFont(boolean bold,
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 |
Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFFont | |
---|---|
void |
HSSFCellStyle.setFont(HSSFFont font)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |