Package | Description |
---|---|
org.apache.poi.hssf.converter | |
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
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(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(int idx) |
Modifier and Type | Method and Description |
---|---|
void |
HSSFCellStyle.setFont(HSSFFont font) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.