|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SharedFormulaRecord | |
org.apache.poi.hssf.record.aggregates | record aggregates are not real "records" but collections of records that act as a single record. |
Uses of SharedFormulaRecord in org.apache.poi.hssf.record.aggregates |
Methods in org.apache.poi.hssf.record.aggregates that return SharedFormulaRecord | |
SharedFormulaRecord |
FormulaRecordAggregate.getSharedFormulaRecord()
|
Methods in org.apache.poi.hssf.record.aggregates with parameters of type SharedFormulaRecord | |
void |
FormulaRecordAggregate.setSharedFormulaRecord(SharedFormulaRecord sharedFormulaRecord)
Sets the sharedFormulaRecord, only set from RecordFactory since they are not generated by POI and are an Excel optimization |
Constructors in org.apache.poi.hssf.record.aggregates with parameters of type SharedFormulaRecord | |
FormulaRecordAggregate(FormulaRecord formulaRecord,
StringRecord stringRecord,
SharedFormulaRecord sharedRecord)
Used only in the clone |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |