CalculationPropertiesModel

CalculationPropertiesModel

Genel Bakış

CalculationPropertiesModel, Aspose.Cells FOSS for Java içinde bir sınıftır.

CalculationPropertiesModel bileşenini temsil eder.

Özellikler

AdTürErişimAçıklama
calculationIdIntegerOkumaHesaplama kimliğini döndürür.
calculationModeStringOkumaHesaplama modunu döndürür.
fullCalculationOnLoadbooleanOkumaYüklemede tam hesaplamayı döndürür.
referenceModeStringOkumaReferans modunu döndürür.
iteratebooleanOkumaİterasyonu döndürür.
iterateCountIntegerOkumaİterasyon sayısını döndürür.
iterateDeltaDoubleOkumaİterasyon delta değerini döndürür.
fullPrecisionBooleanOkumaTam hassasiyeti döndürür.
calculationCompletedBooleanOkumaHesaplamanın tamamlandığını döndürür.
calculationOnSaveBooleanOkumaKaydetmede hesaplamayı döndürür.
concurrentCalculationBooleanOkumaEşzamanlı hesaplamayı döndürür.
forceFullCalculationbooleanOkumaZorunlu tam hesaplamayı döndürür.

Yöntemler

İmzaAçıklama
getCalculationId()IntegerHesaplama kimliğini döndürür.
setCalculationId(calculationId: Integer)Hesaplama kimliğini ayarlar.
getCalculationMode()StringHesaplama modunu döndürür.
setCalculationMode(calculationMode: String)Hesaplama modunu ayarlar.
getFullCalculationOnLoad()booleanYüklemede tam hesaplamayı döndürür.
setFullCalculationOnLoad(fullCalculationOnLoad: boolean)Yüklemede tam hesaplamayı ayarlar.
getReferenceMode()StringReferans modunu döndürür.
setReferenceMode(referenceMode: String)Referans modunu ayarlar.
getIterate()booleanYinelemeyi döndürür.
setIterate(iterate: boolean)Yinelemeyi ayarlar.
getIterateCount()IntegerYineleme sayısını döndürür.
setIterateCount(iterateCount: Integer)Yineleme sayısını ayarlar.
getIterateDelta()DoubleYineleme delta değerini döndürür.
setIterateDelta(iterateDelta: Double)Yineleme delta değerini ayarlar.
getFullPrecision()BooleanTam hassasiyeti döndürür.
setFullPrecision(fullPrecision: Boolean)Tam hassasiyeti ayarlar.
getCalculationCompleted()BooleanHesaplamanın tamamlandığını döndürür.
setCalculationCompleted(calculationCompleted: Boolean)Hesaplamanın tamamlandığını ayarlar.
getCalculationOnSave()BooleanKaydetmede hesaplamayı döndürür.
setCalculationOnSave(calculationOnSave: Boolean)Kaydetmede hesaplamayı ayarlar.
getConcurrentCalculation()BooleanEşzamanlı hesaplamayı döndürür.
setConcurrentCalculation(concurrentCalculation: Boolean)Eşzamanlı hesaplamayı ayarlar.
getForceFullCalculation()booleanZorunlu tam hesaplamayı döndürür.
setForceFullCalculation(forceFullCalculation: boolean)Zorunlu tam hesaplamayı ayarlar.
copyFrom(source: CalculationPropertiesModel)Kaynağı kopyalar.
hasStoredState()booleanBu örneğin saklanan durumu olup olmadığını gösterir.
 Türkçe