CalculationProperties
Overview
CalculationProperties is a class in Aspose.Cells FOSS for Java.
Represents workbook calculation settings.
This class provides 24 methods for working with CalculationProperties objects in Java programs.
Available methods include: getCalculationCompleted, getCalculationId, getCalculationMode, getCalculationOnSave, getConcurrentCalculation, getForceFullCalculation, getFullCalculationOnLoad, getFullPrecision, getIterate, getIterateCount, getIterateDelta, getReferenceMode, and 12 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
CalculationProperties is a class in the Aspose.Cells FOSS library for Java that exposes 24 methods and 12 properties for programmatic use.
Core capabilities include: integer; string; boolean. These operations enable developers to integrate calculationproperties functionality directly into Java applications.
The class also provides the calculationId property (gets the calculation id), the calculationMode property (gets the calculation mode), the fullCalculationOnLoad property (gets the full calculation on load).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
calculationId | Integer | Read | Gets the calculation id. |
calculationMode | String | Read | Gets the calculation mode. |
fullCalculationOnLoad | boolean | Read | Gets the full calculation on load. |
referenceMode | String | Read | Gets the reference mode. |
iterate | boolean | Read | Gets the iterate. |
iterateCount | int | Read | Gets the iterate count. |
iterateDelta | double | Read | Gets the iterate delta. |
fullPrecision | boolean | Read | Gets the full precision. |
calculationCompleted | boolean | Read | Gets the calculation completed. |
calculationOnSave | boolean | Read | Gets the calculation on save. |
concurrentCalculation | boolean | Read | Gets the concurrent calculation. |
forceFullCalculation | boolean | Read | Gets the force full calculation. |
Methods
| Signature | Description |
|---|---|
getCalculationId() → Integer | Returns the calculation id. |
setCalculationId(v: Integer) | Sets the calculation id value. |
getCalculationMode() → String | Returns the calculation mode. |
setCalculationMode(v: String) | Sets the calculation mode value. |
getFullCalculationOnLoad() → boolean | Returns the full calculation on load. |
setFullCalculationOnLoad(v: boolean) | Sets the full calculation on load value. |
getReferenceMode() → String | Returns the reference mode. |
setReferenceMode(v: String) | Sets the reference mode value. |
getIterate() → boolean | Returns the iterate. |
setIterate(v: boolean) | Sets the iterate value. |
getIterateCount() → int | Returns the iterate count. |
setIterateCount(v: int) | Sets the iterate count value. |
getIterateDelta() → double | Returns the iterate delta. |
setIterateDelta(v: double) | Sets the iterate delta value. |
getFullPrecision() → boolean | Returns the full precision. |
setFullPrecision(v: boolean) | Sets the full precision value. |
getCalculationCompleted() → boolean | Returns the calculation completed. |
setCalculationCompleted(v: boolean) | Sets the calculation completed value. |
getCalculationOnSave() → boolean | Returns the calculation on save. |
setCalculationOnSave(v: boolean) | Sets the calculation on save value. |
getConcurrentCalculation() → boolean | Returns the concurrent calculation. |
setConcurrentCalculation(v: boolean) | Sets the concurrent calculation value. |
getForceFullCalculation() → boolean | Returns the force full calculation. |
setForceFullCalculation(v: boolean) | Sets the force full calculation value. |