|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Font | |
---|---|
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.ss.usermodel | |
org.apache.poi.ss.util |
Uses of Font in org.apache.poi.hssf.usermodel |
---|
Classes in org.apache.poi.hssf.usermodel that implement Font | |
---|---|
class |
HSSFFont
Represents a Font used in a workbook. |
Methods in org.apache.poi.hssf.usermodel with parameters of type Font | |
---|---|
void |
HSSFRichTextString.applyFont(Font font)
Sets the font of the entire string. |
void |
HSSFRichTextString.applyFont(int startIndex,
int endIndex,
Font font)
Applies a font to the specified characters of a string. |
void |
HSSFCellStyle.setFont(Font font)
set the font for this style |
Uses of Font in org.apache.poi.ss.usermodel |
---|
Methods in org.apache.poi.ss.usermodel with parameters of type Font | |
---|---|
void |
RichTextString.applyFont(Font font)
Sets the font of the entire string. |
void |
RichTextString.applyFont(int startIndex,
int endIndex,
Font font)
Applies a font to the specified characters of a string. |
void |
CellStyle.setFont(Font font)
set the font for this style |
Uses of Font in org.apache.poi.ss.util |
---|
Methods in org.apache.poi.ss.util with parameters of type Font | |
---|---|
static void |
CellUtil.setFont(Cell cell,
Workbook workbook,
Font font)
Take a cell, and apply a font to it |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |