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

Packages that use FormatRecord
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 FormatRecord in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return types with arguments of type FormatRecord
 java.util.List<FormatRecord> InternalWorkbook.getFormats()
          Returns the list of FormatRecords in the workbook.
 

Uses of FormatRecord in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record that return FormatRecord
 FormatRecord FormatRecord.clone()
           
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.