Uses of Class
org.apache.poi.hssf.record.ExtendedFormatRecord

Packages that use ExtendedFormatRecord
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of ExtendedFormatRecord in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return ExtendedFormatRecord
 ExtendedFormatRecord InternalWorkbook.createCellXF()
          creates a new Cell-type Extneded Format Record and adds it to the end of ExtendedFormatRecords collection
 ExtendedFormatRecord InternalWorkbook.getExFormatAt(int index)
          gets the ExtendedFormatRecord at the given 0-based index
 

Methods in org.apache.poi.hssf.model with parameters of type ExtendedFormatRecord
 void 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 ExtendedFormatRecord
 void ExtendedFormatRecord.cloneStyleFrom(ExtendedFormatRecord source)
          Clones all the style information from another ExtendedFormatRecord, onto this one.