Uses of Class
org.apache.poi.hssf.usermodel.HSSFFont

Packages that use HSSFFont
org.apache.poi.hssf.converter   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. 
 

Uses of HSSFFont in org.apache.poi.hssf.converter
 

Methods in org.apache.poi.hssf.converter with parameters of type HSSFFont
protected  void ExcelToFoConverter.processCellStyleFont(HSSFWorkbook workbook, org.w3c.dom.Element blockTarget, HSSFFont font)
           
 

Uses of HSSFFont in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return HSSFFont
 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, java.lang.String name, boolean italic, boolean strikeout, short typeOffset, byte underline)
          Finds a font that matches the one with the supplied attributes
 HSSFFont HSSFCellStyle.getFont(Workbook parentWorkbook)
          gets the font for this style
 HSSFFont HSSFWorkbook.getFontAt(short idx)
          Get the font at the given index number
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFFont
 void HSSFCellStyle.setFont(HSSFFont font)
           
 

Uses of HSSFFont in org.apache.poi.hssf.util
 

Methods in org.apache.poi.hssf.util with parameters of type HSSFFont
static void HSSFCellUtil.setFont(HSSFCell cell, HSSFWorkbook workbook, HSSFFont font)
          Take a cell, and apply a font to it
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.