Uses of Class
loci.poi.hssf.record.ExtendedFormatRecord
-
Packages that use ExtendedFormatRecord 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 ExtendedFormatRecord in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return ExtendedFormatRecord Modifier and Type Method Description ExtendedFormatRecord
Workbook. createCellXF()
creates a new Cell-type Extneded Format Record and adds it to the end of ExtendedFormatRecords collectionprotected ExtendedFormatRecord
Workbook. createExtendedFormat()
creates an default cell type ExtendedFormatRecord object.ExtendedFormatRecord
Workbook. getExFormatAt(int index)
gets the ExtendedFormatRecord at the given 0-based index -
Uses of ExtendedFormatRecord in loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type ExtendedFormatRecord Constructor Description HSSFCellStyle(short index, ExtendedFormatRecord rec)
Creates new HSSFCellStyle why would you want to do this??
-