|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Formula | |
|---|---|
| org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. |
| org.apache.poi.hssf.record.cf | |
| 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 |
OldFormulaRecord.getFormula()
|
Formula |
FormulaRecord.getFormula()
|
protected Formula |
CFRuleBase.getFormula1()
|
protected Formula |
CFRuleBase.getFormula2()
|
| Methods in org.apache.poi.hssf.record with parameters of type Formula | |
|---|---|
protected static int |
CFRuleBase.getFormulaSize(Formula formula)
|
protected void |
CFRuleBase.setFormula1(Formula formula1)
|
protected void |
CFRuleBase.setFormula2(Formula formula2)
|
| Constructors in org.apache.poi.hssf.record with parameters of type Formula | |
|---|---|
ArrayRecord(Formula formula,
CellRangeAddress8Bit range)
|
|
| Uses of Formula in org.apache.poi.hssf.record.cf |
|---|
| Methods in org.apache.poi.hssf.record.cf that return Formula | |
|---|---|
protected Formula |
Threshold.getFormula()
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||