Uses of Class
org.apache.poi.hssf.usermodel.HSSFFont
Packages that use HSSFFont
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of HSSFFont in org.apache.poi.hssf.converter
Methods in org.apache.poi.hssf.converter with parameters of type HSSFFontModifier and TypeMethodDescriptionprotected voidExcelToFoConverter.processCellStyleFont(HSSFWorkbook workbook, Element blockTarget, HSSFFont font) -
Uses of HSSFFont in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFFontModifier and TypeMethodDescriptionHSSFWorkbook.createFont()create a new Font and add it to the workbook's font tableHSSFWorkbook.findFont(boolean bold, short color, short fontHeight, String name, boolean italic, boolean strikeout, short typeOffset, byte underline) Finds a font that matches the one with the supplied attributesgets the font for this styleHSSFWorkbook.getFontAt(int idx) HSSFWorkbook.getFontAt(short idx) Deprecated.Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFFont