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 Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Jakarta POI Project
 

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
 


jakarta-poi 1.10.0-dev

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