Uses of Class
loci.poi.hssf.record.FontRecord
-
Packages that use FontRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.loci.poi.hssf.usermodel 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 FontRecord Modifier and Type Method Description FontRecord
Workbook. createNewFont()
creates a new font record and adds it to the "font table".FontRecord
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 FontRecord Constructor Description HSSFFont(short index, FontRecord rec)
Creates a new instance of HSSFFont
-