CalculationPropertiesModel

CalculationPropertiesModel

Overview

CalculationPropertiesModel is a class in Aspose.Cells FOSS for Java.

Represents the CalculationPropertiesModel component.

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.