CalculationPropertiesModel
Overview
CalculationPropertiesModel is a class in Aspose.Cells FOSS for Java.
Represents the CalculationPropertiesModel component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
calculationId | Integer | Read | Returns the calculation id. |
calculationMode | String | Read | Returns the calculation mode. |
fullCalculationOnLoad | boolean | Read | Returns the full calculation on load. |
referenceMode | String | Read | Returns the reference mode. |
iterate | boolean | Read | Returns the iterate. |
iterateCount | Integer | Read | Returns the iterate count. |
iterateDelta | Double | Read | Returns the iterate delta. |
fullPrecision | Boolean | Read | Returns the full precision. |
calculationCompleted | Boolean | Read | Returns the calculation completed. |
calculationOnSave | Boolean | Read | Returns the calculation on save. |
concurrentCalculation | Boolean | Read | Returns the concurrent calculation. |
forceFullCalculation | boolean | Read | Returns the force full calculation. |
Methods
| Signature | Description |
|---|---|
getCalculationId() → Integer | Returns the calculation id. |
setCalculationId(calculationId: Integer) | Sets the calculation id. |
getCalculationMode() → String | Returns the calculation mode. |
setCalculationMode(calculationMode: String) | Sets the calculation mode. |
getFullCalculationOnLoad() → boolean | Returns the full calculation on load. |
setFullCalculationOnLoad(fullCalculationOnLoad: boolean) | Sets the full calculation on load. |
getReferenceMode() → String | Returns the reference mode. |
setReferenceMode(referenceMode: String) | Sets the reference mode. |
getIterate() → boolean | Returns the iterate. |
setIterate(iterate: boolean) | Sets the iterate. |
getIterateCount() → Integer | Returns the iterate count. |
setIterateCount(iterateCount: Integer) | Sets the iterate count. |
getIterateDelta() → Double | Returns the iterate delta. |
setIterateDelta(iterateDelta: Double) | Sets the iterate delta. |
getFullPrecision() → Boolean | Returns the full precision. |
setFullPrecision(fullPrecision: Boolean) | Sets the full precision. |
getCalculationCompleted() → Boolean | Returns the calculation completed. |
setCalculationCompleted(calculationCompleted: Boolean) | Sets the calculation completed. |
getCalculationOnSave() → Boolean | Returns the calculation on save. |
setCalculationOnSave(calculationOnSave: Boolean) | Sets the calculation on save. |
getConcurrentCalculation() → Boolean | Returns the concurrent calculation. |
setConcurrentCalculation(concurrentCalculation: Boolean) | Sets the concurrent calculation. |
getForceFullCalculation() → boolean | Returns the force full calculation. |
setForceFullCalculation(forceFullCalculation: boolean) | Sets the force full calculation. |
copyFrom(source: CalculationPropertiesModel) | Copies the from. |
hasStoredState() → boolean | Indicates whether this instance has stored state. |