Uses of Class
org.apache.poi.hssf.usermodel.HSSFFont
-
Packages that use HSSFFont Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFFont in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFFont Modifier and Type Method Description HSSFFontHSSFWorkbook. createFont()create a new Font and add it to the workbook's font tableHSSFFontHSSFWorkbook. 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 attributesHSSFFontHSSFCellStyle. getFont(Workbook parentWorkbook)gets the font for this styleHSSFFontHSSFWorkbook. getFontAt(int idx)Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFFont Modifier and Type Method Description voidHSSFCellStyle. setFont(HSSFFont font)
-