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 HSSFFont
HSSFWorkbook. createFont()
create a new Font and add it to the workbook's font tableHSSFFont
HSSFWorkbook. 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 attributesHSSFFont
HSSFCellStyle. getFont(Workbook parentWorkbook)
gets the font for this styleHSSFFont
HSSFWorkbook. getFontAt(int idx)
Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFFont Modifier and Type Method Description void
HSSFCellStyle. setFont(HSSFFont font)
-