Uses of Class
org.apache.poi.hssf.record.ExtendedFormatRecord
Packages that use ExtendedFormatRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of ExtendedFormatRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return ExtendedFormatRecordModifier and TypeMethodDescriptionInternalWorkbook.createCellXF()
creates a new Cell-type Extended Format Record and adds it to the end of ExtendedFormatRecords collectionInternalWorkbook.getExFormatAt
(int index) gets the ExtendedFormatRecord at the given 0-based indexMethods in org.apache.poi.hssf.model with parameters of type ExtendedFormatRecordModifier and TypeMethodDescriptionvoid
InternalWorkbook.removeExFormatRecord
(ExtendedFormatRecord rec) Removes the given ExtendedFormatRecord record from the file's list. -
Uses of ExtendedFormatRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record with parameters of type ExtendedFormatRecordModifier and TypeMethodDescriptionvoid
ExtendedFormatRecord.cloneStyleFrom
(ExtendedFormatRecord source) Clones all the style information from another ExtendedFormatRecord, onto this one. -
Uses of ExtendedFormatRecord in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type ExtendedFormatRecordModifierConstructorDescriptionprotected
HSSFCellStyle
(short index, ExtendedFormatRecord rec, InternalWorkbook workbook) protected
HSSFCellStyle
(short index, ExtendedFormatRecord rec, HSSFWorkbook workbook) Creates new HSSFCellStyle why would you want to do this??