Package org.xlsx4j.sml
Class CTCalcPr
java.lang.Object
org.xlsx4j.sml.CTCalcPr
- All Implemented Interfaces:
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the calcId property.Gets the value of the calcMode property.Gets the value of the concurrentManualCount property.longGets the value of the iterateCount property.doubleGets the value of the iterateDelta property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the refMode property.booleanGets the value of the calcCompleted property.booleanGets the value of the calcOnSave property.booleanGets the value of the concurrentCalc property.Gets the value of the forceFullCalc property.booleanGets the value of the fullCalcOnLoad property.booleanGets the value of the fullPrecision property.booleanGets the value of the iterate property.voidsetCalcCompleted(Boolean value) Sets the value of the calcCompleted property.voidSets the value of the calcId property.voidsetCalcMode(STCalcMode value) Sets the value of the calcMode property.voidsetCalcOnSave(Boolean value) Sets the value of the calcOnSave property.voidsetConcurrentCalc(Boolean value) Sets the value of the concurrentCalc property.voidsetConcurrentManualCount(Long value) Sets the value of the concurrentManualCount property.voidsetForceFullCalc(Boolean value) Sets the value of the forceFullCalc property.voidsetFullCalcOnLoad(Boolean value) Sets the value of the fullCalcOnLoad property.voidsetFullPrecision(Boolean value) Sets the value of the fullPrecision property.voidsetIterate(Boolean value) Sets the value of the iterate property.voidsetIterateCount(Long value) Sets the value of the iterateCount property.voidsetIterateDelta(Double value) Sets the value of the iterateDelta property.voidvoidsetRefMode(STRefMode value) Sets the value of the refMode property.
-
Field Details
-
calcId
-
calcMode
-
fullCalcOnLoad
-
refMode
-
iterate
-
iterateCount
-
iterateDelta
-
fullPrecision
-
calcCompleted
-
calcOnSave
-
concurrentCalc
-
concurrentManualCount
-
forceFullCalc
-
-
Constructor Details
-
CTCalcPr
public CTCalcPr()
-
-
Method Details
-
getCalcId
Gets the value of the calcId property.- Returns:
- possible object is
Long
-
setCalcId
Sets the value of the calcId property.- Parameters:
value- allowed object isLong
-
getCalcMode
Gets the value of the calcMode property.- Returns:
- possible object is
STCalcMode
-
setCalcMode
Sets the value of the calcMode property.- Parameters:
value- allowed object isSTCalcMode
-
isFullCalcOnLoad
public boolean isFullCalcOnLoad()Gets the value of the fullCalcOnLoad property.- Returns:
- possible object is
Boolean
-
setFullCalcOnLoad
Sets the value of the fullCalcOnLoad property.- Parameters:
value- allowed object isBoolean
-
getRefMode
Gets the value of the refMode property.- Returns:
- possible object is
STRefMode
-
setRefMode
Sets the value of the refMode property.- Parameters:
value- allowed object isSTRefMode
-
isIterate
public boolean isIterate()Gets the value of the iterate property.- Returns:
- possible object is
Boolean
-
setIterate
Sets the value of the iterate property.- Parameters:
value- allowed object isBoolean
-
getIterateCount
public long getIterateCount()Gets the value of the iterateCount property.- Returns:
- possible object is
Long
-
setIterateCount
Sets the value of the iterateCount property.- Parameters:
value- allowed object isLong
-
getIterateDelta
public double getIterateDelta()Gets the value of the iterateDelta property.- Returns:
- possible object is
Double
-
setIterateDelta
Sets the value of the iterateDelta property.- Parameters:
value- allowed object isDouble
-
isFullPrecision
public boolean isFullPrecision()Gets the value of the fullPrecision property.- Returns:
- possible object is
Boolean
-
setFullPrecision
Sets the value of the fullPrecision property.- Parameters:
value- allowed object isBoolean
-
isCalcCompleted
public boolean isCalcCompleted()Gets the value of the calcCompleted property.- Returns:
- possible object is
Boolean
-
setCalcCompleted
Sets the value of the calcCompleted property.- Parameters:
value- allowed object isBoolean
-
isCalcOnSave
public boolean isCalcOnSave()Gets the value of the calcOnSave property.- Returns:
- possible object is
Boolean
-
setCalcOnSave
Sets the value of the calcOnSave property.- Parameters:
value- allowed object isBoolean
-
isConcurrentCalc
public boolean isConcurrentCalc()Gets the value of the concurrentCalc property.- Returns:
- possible object is
Boolean
-
setConcurrentCalc
Sets the value of the concurrentCalc property.- Parameters:
value- allowed object isBoolean
-
getConcurrentManualCount
Gets the value of the concurrentManualCount property.- Returns:
- possible object is
Long
-
setConcurrentManualCount
Sets the value of the concurrentManualCount property.- Parameters:
value- allowed object isLong
-
isForceFullCalc
Gets the value of the forceFullCalc property.- Returns:
- possible object is
Boolean
-
setForceFullCalc
Sets the value of the forceFullCalc property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-