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

Packages that use FormulaRecord
org.apache.poi.hssf.dev DEV package serves two purposes. 
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. 
org.apache.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. 
 

Uses of FormulaRecord in org.apache.poi.hssf.dev
 

Methods in org.apache.poi.hssf.dev with parameters of type FormulaRecord
 void FormulaViewer.parseFormulaRecord(FormulaRecord record)
          Method parseFormulaRecord
 

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

Methods in org.apache.poi.hssf.model that return FormulaRecord
 FormulaRecord Sheet.createFormula(int row, short col, java.lang.String formula)
          Attempts to parse the formula into PTGs and create a formula record DOES NOT WORK YET
 

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

Methods in org.apache.poi.hssf.record with parameters of type FormulaRecord
 void SharedFormulaRecord.convertSharedFormulaRecord(FormulaRecord formula)
          Creates a non shared formula from the shared formula counter part
 boolean SharedFormulaRecord.isFormulaInShared(FormulaRecord formula)
          Are we shared by the supplied formula record?
 

Uses of FormulaRecord in org.apache.poi.hssf.record.aggregates
 

Methods in org.apache.poi.hssf.record.aggregates that return FormulaRecord
 FormulaRecord FormulaRecordAggregate.getFormulaRecord()
           
 

Methods in org.apache.poi.hssf.record.aggregates with parameters of type FormulaRecord
 void FormulaRecordAggregate.setFormulaRecord(FormulaRecord formulaRecord)
           
 

Constructors in org.apache.poi.hssf.record.aggregates with parameters of type FormulaRecord
FormulaRecordAggregate(FormulaRecord formulaRecord, StringRecord stringRecord)
           
 



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