public class CTCalcPr extends java.lang.Object implements Child
Java class for CT_CalcPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CalcPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="calcId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="calcMode" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CalcMode" default="auto" />
<attribute name="fullCalcOnLoad" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="refMode" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_RefMode" default="A1" />
<attribute name="iterate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="iterateCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="100" />
<attribute name="iterateDelta" type="{http://www.w3.org/2001/XMLSchema}double" default="0.001" />
<attribute name="fullPrecision" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="calcCompleted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="calcOnSave" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="concurrentCalc" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="concurrentManualCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="forceFullCalc" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
calcCompleted |
protected java.lang.Long |
calcId |
protected STCalcMode |
calcMode |
protected java.lang.Boolean |
calcOnSave |
protected java.lang.Boolean |
concurrentCalc |
protected java.lang.Long |
concurrentManualCount |
protected java.lang.Boolean |
forceFullCalc |
protected java.lang.Boolean |
fullCalcOnLoad |
protected java.lang.Boolean |
fullPrecision |
protected java.lang.Boolean |
iterate |
protected java.lang.Long |
iterateCount |
protected java.lang.Double |
iterateDelta |
protected STRefMode |
refMode |
| Constructor and Description |
|---|
CTCalcPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.Long |
getCalcId()
Gets the value of the calcId property.
|
STCalcMode |
getCalcMode()
Gets the value of the calcMode property.
|
java.lang.Long |
getConcurrentManualCount()
Gets the value of the concurrentManualCount property.
|
long |
getIterateCount()
Gets the value of the iterateCount property.
|
double |
getIterateDelta()
Gets the value of the iterateDelta property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STRefMode |
getRefMode()
Gets the value of the refMode property.
|
boolean |
isCalcCompleted()
Gets the value of the calcCompleted property.
|
boolean |
isCalcOnSave()
Gets the value of the calcOnSave property.
|
boolean |
isConcurrentCalc()
Gets the value of the concurrentCalc property.
|
java.lang.Boolean |
isForceFullCalc()
Gets the value of the forceFullCalc property.
|
boolean |
isFullCalcOnLoad()
Gets the value of the fullCalcOnLoad property.
|
boolean |
isFullPrecision()
Gets the value of the fullPrecision property.
|
boolean |
isIterate()
Gets the value of the iterate property.
|
void |
setCalcCompleted(java.lang.Boolean value)
Sets the value of the calcCompleted property.
|
void |
setCalcId(java.lang.Long value)
Sets the value of the calcId property.
|
void |
setCalcMode(STCalcMode value)
Sets the value of the calcMode property.
|
void |
setCalcOnSave(java.lang.Boolean value)
Sets the value of the calcOnSave property.
|
void |
setConcurrentCalc(java.lang.Boolean value)
Sets the value of the concurrentCalc property.
|
void |
setConcurrentManualCount(java.lang.Long value)
Sets the value of the concurrentManualCount property.
|
void |
setForceFullCalc(java.lang.Boolean value)
Sets the value of the forceFullCalc property.
|
void |
setFullCalcOnLoad(java.lang.Boolean value)
Sets the value of the fullCalcOnLoad property.
|
void |
setFullPrecision(java.lang.Boolean value)
Sets the value of the fullPrecision property.
|
void |
setIterate(java.lang.Boolean value)
Sets the value of the iterate property.
|
void |
setIterateCount(java.lang.Long value)
Sets the value of the iterateCount property.
|
void |
setIterateDelta(java.lang.Double value)
Sets the value of the iterateDelta property.
|
void |
setParent(java.lang.Object parent) |
void |
setRefMode(STRefMode value)
Sets the value of the refMode property.
|
protected java.lang.Long calcId
protected STCalcMode calcMode
protected java.lang.Boolean fullCalcOnLoad
protected STRefMode refMode
protected java.lang.Boolean iterate
protected java.lang.Long iterateCount
protected java.lang.Double iterateDelta
protected java.lang.Boolean fullPrecision
protected java.lang.Boolean calcCompleted
protected java.lang.Boolean calcOnSave
protected java.lang.Boolean concurrentCalc
protected java.lang.Long concurrentManualCount
protected java.lang.Boolean forceFullCalc
public java.lang.Long getCalcId()
Longpublic void setCalcId(java.lang.Long value)
value - allowed object is
Longpublic STCalcMode getCalcMode()
STCalcModepublic void setCalcMode(STCalcMode value)
value - allowed object is
STCalcModepublic boolean isFullCalcOnLoad()
Booleanpublic void setFullCalcOnLoad(java.lang.Boolean value)
value - allowed object is
Booleanpublic STRefMode getRefMode()
STRefModepublic void setRefMode(STRefMode value)
value - allowed object is
STRefModepublic boolean isIterate()
Booleanpublic void setIterate(java.lang.Boolean value)
value - allowed object is
Booleanpublic long getIterateCount()
Longpublic void setIterateCount(java.lang.Long value)
value - allowed object is
Longpublic double getIterateDelta()
Doublepublic void setIterateDelta(java.lang.Double value)
value - allowed object is
Doublepublic boolean isFullPrecision()
Booleanpublic void setFullPrecision(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isCalcCompleted()
Booleanpublic void setCalcCompleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isCalcOnSave()
Booleanpublic void setCalcOnSave(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isConcurrentCalc()
Booleanpublic void setConcurrentCalc(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getConcurrentManualCount()
Longpublic void setConcurrentManualCount(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Boolean isForceFullCalc()
Booleanpublic void setForceFullCalc(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.