CalculationProperties

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.

Properties

NameTypeAccessDescription
calculationIdIntegerReadGets the calculation id.
calculationModeStringReadGets the calculation mode.
fullCalculationOnLoadbooleanReadGets the full calculation on load.
referenceModeStringReadGets the reference mode.
iteratebooleanReadGets the iterate.
iterateCountintReadGets the iterate count.
iterateDeltadoubleReadGets the iterate delta.
fullPrecisionbooleanReadGets the full precision.
calculationCompletedbooleanReadGets the calculation completed.
calculationOnSavebooleanReadGets the calculation on save.
concurrentCalculationbooleanReadGets the concurrent calculation.
forceFullCalculationbooleanReadGets the force full calculation.

Methods

SignatureDescription
getCalculationId()IntegerReturns the calculation id.
setCalculationId(v: Integer)Sets the calculation id value.
getCalculationMode()StringReturns the calculation mode.
setCalculationMode(v: String)Sets the calculation mode value.
getFullCalculationOnLoad()booleanReturns the full calculation on load.
setFullCalculationOnLoad(v: boolean)Sets the full calculation on load value.
getReferenceMode()StringReturns the reference mode.
setReferenceMode(v: String)Sets the reference mode value.
getIterate()booleanReturns the iterate.
setIterate(v: boolean)Sets the iterate value.
getIterateCount()intReturns the iterate count.
setIterateCount(v: int)Sets the iterate count value.
getIterateDelta()doubleReturns the iterate delta.
setIterateDelta(v: double)Sets the iterate delta value.
getFullPrecision()booleanReturns the full precision.
setFullPrecision(v: boolean)Sets the full precision value.
getCalculationCompleted()booleanReturns the calculation completed.
setCalculationCompleted(v: boolean)Sets the calculation completed value.
getCalculationOnSave()booleanReturns the calculation on save.
setCalculationOnSave(v: boolean)Sets the calculation on save value.
getConcurrentCalculation()booleanReturns the concurrent calculation.
setConcurrentCalculation(v: boolean)Sets the concurrent calculation value.
getForceFullCalculation()booleanReturns the force full calculation.
setForceFullCalculation(v: boolean)Sets the force full calculation value.

See Also