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

Packages that use HSSFFont
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model  
 

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.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)
          set the font for this style
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.