CalculationPropertiesModel

CalculationPropertiesModel

概述

CalculationPropertiesModel 是 Aspose.Cells FOSS for Java 中的一个类。

表示 CalculationPropertiesModel 组件。

属性

名称类型访问描述
calculationIdInteger读取返回计算 ID。
calculationModeString读取返回计算模式。
fullCalculationOnLoadboolean读取返回加载时的完整计算。
referenceModeString读取返回参考模式。
iterateboolean读取返回迭代。
iterateCountInteger读取返回迭代计数。
iterateDeltaDouble读取返回迭代增量。
fullPrecisionBoolean读取返回完整精度。
calculationCompletedBoolean读取返回计算已完成。
calculationOnSaveBoolean读取返回保存时的计算。
concurrentCalculationBoolean读取返回并发计算。
forceFullCalculationboolean读取返回强制完整计算。

方法

签名描述
getCalculationId()Integer返回计算 ID。
setCalculationId(calculationId: Integer)设置计算 ID。
getCalculationMode()String返回计算模式。
setCalculationMode(calculationMode: String)设置计算模式。
getFullCalculationOnLoad()boolean返回加载时的完整计算。
setFullCalculationOnLoad(fullCalculationOnLoad: boolean)设置加载时的完整计算。
getReferenceMode()String返回参考模式。
setReferenceMode(referenceMode: String)设置参考模式。
getIterate()boolean返回迭代。
setIterate(iterate: boolean)设置迭代。
getIterateCount()Integer返回迭代计数。
setIterateCount(iterateCount: Integer)设置迭代计数。
getIterateDelta()Double返回迭代增量。
setIterateDelta(iterateDelta: Double)设置迭代增量。
getFullPrecision()Boolean返回完整精度。
setFullPrecision(fullPrecision: Boolean)设置完整精度。
getCalculationCompleted()Boolean返回计算完成状态。
setCalculationCompleted(calculationCompleted: Boolean)设置计算完成状态。
getCalculationOnSave()Boolean返回保存时的计算。
setCalculationOnSave(calculationOnSave: Boolean)设置保存时的计算。
getConcurrentCalculation()Boolean返回并发计算。
setConcurrentCalculation(concurrentCalculation: Boolean)设置并发计算。
getForceFullCalculation()boolean返回强制完整计算。
setForceFullCalculation(forceFullCalculation: boolean)设置强制完整计算。
copyFrom(source: CalculationPropertiesModel)复制来源。
hasStoredState()boolean指示此实例是否具有已存储的状态。
 中文