Uses of Class
org.apache.poi.hssf.record.FontRecord

Packages that use FontRecord
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model  
 

Uses of FontRecord in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return FontRecord
 FontRecord Workbook.getFontRecordAt(int idx)
          gets the font record at the given index in the font table.
 FontRecord Workbook.createNewFont()
          creates a new font record and adds it to the "font table".
 

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

Constructors in org.apache.poi.hssf.usermodel with parameters of type FontRecord
HSSFFont(short index, FontRecord rec)
          Creates a new instance of HSSFFont
 



Copyright © 2003 Apache Software Foundation.