CalculationPropertiesModel
개요
CalculationPropertiesModel은 Aspose.Cells FOSS for Java의 클래스입니다.
CalculationPropertiesModel 구성 요소를 나타냅니다.
속성
| 이름 | 유형 | 액세스 | 설명 |
|---|---|---|---|
calculationId | Integer | Read | 계산 ID를 반환합니다. |
calculationMode | String | Read | 계산 모드를 반환합니다. |
fullCalculationOnLoad | boolean | Read | 로드 시 전체 계산을 반환합니다. |
referenceMode | String | Read | 참조 모드를 반환합니다. |
iterate | boolean | Read | 반복값을 반환합니다. |
iterateCount | Integer | Read | 반복 횟수를 반환합니다. |
iterateDelta | Double | Read | 반복 델타를 반환합니다. |
fullPrecision | Boolean | Read | 전체 정밀도를 반환합니다. |
calculationCompleted | Boolean | Read | 계산 완료 여부를 반환합니다. |
calculationOnSave | Boolean | Read | 저장 시 계산을 반환합니다. |
concurrentCalculation | Boolean | Read | 동시 계산을 반환합니다. |
forceFullCalculation | boolean | Read | 강제 전체 계산을 반환합니다. |
방법
| 서명 | 설명 |
|---|---|
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 | 이 인스턴스에 저장된 상태가 있는지 여부를 나타냅니다. |