|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSSFFont | |
---|---|
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.hssf.util | util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. |
Uses of HSSFFont in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return HSSFFont | |
---|---|
HSSFFont |
HSSFCellStyle.getFont(Workbook parentWorkbook)
gets the font for this style |
Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFFont | |
---|---|
void |
HSSFCellStyle.setFont(HSSFFont font)
|
Uses of HSSFFont in org.apache.poi.hssf.util |
---|
Methods in org.apache.poi.hssf.util with parameters of type HSSFFont | |
---|---|
static void |
HSSFCellUtil.setFont(HSSFCell cell,
HSSFWorkbook workbook,
HSSFFont font)
Take a cell, and apply a font to it |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |