Uses of Class
org.apache.poi.ss.formula.Formula

Packages that use Formula
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. 
 

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

Methods in org.apache.poi.hssf.record that return Formula
 Formula FormulaRecord.getFormula()
           
 

Constructors in org.apache.poi.hssf.record with parameters of type Formula
ArrayRecord(Formula formula, CellRangeAddress8Bit range)
           
 

Uses of Formula in org.apache.poi.ss.formula
 

Methods in org.apache.poi.ss.formula that return Formula
 Formula Formula.copy()
           
static Formula Formula.create(Ptg[] ptgs)
          Creates a Formula object from a supplied Ptg array.
static Formula Formula.read(int encodedTokenLen, LittleEndianInput in)
          Convenience method for read(int, LittleEndianInput, int)
static Formula Formula.read(int encodedTokenLen, LittleEndianInput in, int totalEncodedLen)
          When there are no array constants present, encodedTokenLen==totalEncodedLen
 

Methods in org.apache.poi.ss.formula with parameters of type Formula
static Ptg[] Formula.getTokens(Formula formula)
          Gets the Ptg array from the supplied Formula.
 boolean Formula.isSame(Formula other)
           
 



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