Uses of Class
loci.poi.hssf.usermodel.HSSFFont
-
Packages that use HSSFFont Package Description loci.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of HSSFFont in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return HSSFFont Modifier and Type Method Description HSSFFont
HSSFWorkbook. createFont()
create a new Font and add it to the workbook's font tableHSSFFont
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 attributesHSSFFont
HSSFWorkbook. getFontAt(short idx)
get the font at the given index numberMethods in loci.poi.hssf.usermodel with parameters of type HSSFFont Modifier and Type Method Description void
HSSFRichTextString. applyFont(int startIndex, int endIndex, HSSFFont font)
Applies a font to the specified characters of a string.void
HSSFRichTextString. applyFont(HSSFFont font)
Sets the font of the entire string.void
HSSFCellStyle. setFont(HSSFFont font)
set the font for this style
-