CalculationPropertiesModel
Overview
CalculationPropertiesModel is a class in Aspose.Cells FOSS for Java.
Represents the CalculationPropertiesModel component.
This class provides 26 methods for working with CalculationPropertiesModel objects in Java programs.
Available methods include: copyFrom, getCalculationCompleted, getCalculationId, getCalculationMode, getCalculationOnSave, getConcurrentCalculation, getForceFullCalculation, getFullCalculationOnLoad, getFullPrecision, getIterate, getIterateCount, getIterateDelta, and 14 additional methods.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: calculationCompleted, calculationId, calculationMode, calculationOnSave, concurrentCalculation, forceFullCalculation, and 6 more.
Description
CalculationPropertiesModel is a class in the Aspose.Cells FOSS library for Java that exposes 26 methods and 12 properties for programmatic use.
Core capabilities include: integer; string; boolean. These operations enable developers to integrate calculationpropertiesmodel functionality directly into Java applications.
The class also provides the calculationId property (returns the calculation id), the calculationMode property (returns the calculation mode), the fullCalculationOnLoad property (returns the full calculation on load).
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. |