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

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
 


jakarta-poi 1.10.0-dev

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