| Package | Description | 
|---|---|
| loci.poi.hssf.usermodel | 
 usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 | 
| 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,
        String name,
        boolean italic,
        boolean strikeout,
        short typeOffset,
        byte underline)
Finds a font that matches the one with the supplied attributes 
 | 
HSSFFont | 
HSSFWorkbook.getFontAt(short idx)
get the font at the given index number 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HSSFRichTextString.applyFont(HSSFFont font)
Sets the font of the entire string. 
 | 
void | 
HSSFRichTextString.applyFont(int startIndex,
         int endIndex,
         HSSFFont font)
Applies a font to the specified characters of a string. 
 | 
void | 
HSSFCellStyle.setFont(HSSFFont font)
set the font for this style 
 | 
Copyright © 2014 Open Microscopy Environment