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.

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

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

 English