CalculationPropertiesModel

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.

Properties

NameTypeAccessDescription
calculationIdIntegerReadReturns the calculation id.
calculationModeStringReadReturns the calculation mode.
fullCalculationOnLoadbooleanReadReturns the full calculation on load.
referenceModeStringReadReturns the reference mode.
iteratebooleanReadReturns the iterate.
iterateCountIntegerReadReturns the iterate count.
iterateDeltaDoubleReadReturns the iterate delta.
fullPrecisionBooleanReadReturns the full precision.
calculationCompletedBooleanReadReturns the calculation completed.
calculationOnSaveBooleanReadReturns the calculation on save.
concurrentCalculationBooleanReadReturns the concurrent calculation.
forceFullCalculationbooleanReadReturns the force full calculation.

Methods

SignatureDescription
getCalculationId()IntegerReturns the calculation id.
setCalculationId(calculationId: Integer)Sets the calculation id.
getCalculationMode()StringReturns the calculation mode.
setCalculationMode(calculationMode: String)Sets the calculation mode.
getFullCalculationOnLoad()booleanReturns the full calculation on load.
setFullCalculationOnLoad(fullCalculationOnLoad: boolean)Sets the full calculation on load.
getReferenceMode()StringReturns the reference mode.
setReferenceMode(referenceMode: String)Sets the reference mode.
getIterate()booleanReturns the iterate.
setIterate(iterate: boolean)Sets the iterate.
getIterateCount()IntegerReturns the iterate count.
setIterateCount(iterateCount: Integer)Sets the iterate count.
getIterateDelta()DoubleReturns the iterate delta.
setIterateDelta(iterateDelta: Double)Sets the iterate delta.
getFullPrecision()BooleanReturns the full precision.
setFullPrecision(fullPrecision: Boolean)Sets the full precision.
getCalculationCompleted()BooleanReturns the calculation completed.
setCalculationCompleted(calculationCompleted: Boolean)Sets the calculation completed.
getCalculationOnSave()BooleanReturns the calculation on save.
setCalculationOnSave(calculationOnSave: Boolean)Sets the calculation on save.
getConcurrentCalculation()BooleanReturns the concurrent calculation.
setConcurrentCalculation(concurrentCalculation: Boolean)Sets the concurrent calculation.
getForceFullCalculation()booleanReturns the force full calculation.
setForceFullCalculation(forceFullCalculation: boolean)Sets the force full calculation.
copyFrom(source: CalculationPropertiesModel)Copies the from.
hasStoredState()booleanIndicates whether this instance has stored state.

See Also