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
|
private HSSFFont |
EscherGraphics.matchFont(Font font) |
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.
|
private void |
HSSFSheet.copyAttributes(HSSFFont font,
AttributedString str,
int startIdx,
int endIdx)
Copy text attributes from the supplied HSSFFont to Java2D AttributedString
|
void |
HSSFCellStyle.setFont(HSSFFont font)
set the font for this style
|
Copyright © 2016 Open Microscopy Environment