Uses of Class
loci.poi.hssf.record.FontRecord
Packages that use FontRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of FontRecord in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return FontRecordModifier and TypeMethodDescriptionWorkbook.createNewFont()creates a new font record and adds it to the "font table".Workbook.getFontRecordAt(int idx) gets the font record at the given index in the font table. -
Uses of FontRecord in loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type FontRecordModifierConstructorDescriptionprotectedHSSFFont(short index, FontRecord rec) Creates a new instance of HSSFFont