Interface CTCalcPr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCalcPr extends XmlObject
An XML CT_CalcPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCalcPr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getCalcCompleted()
Gets the "calcCompleted" attributelong
getCalcId()
Gets the "calcId" attributeSTCalcMode.Enum
getCalcMode()
Gets the "calcMode" attributeboolean
getCalcOnSave()
Gets the "calcOnSave" attributeboolean
getConcurrentCalc()
Gets the "concurrentCalc" attributelong
getConcurrentManualCount()
Gets the "concurrentManualCount" attributeboolean
getForceFullCalc()
Gets the "forceFullCalc" attributeboolean
getFullCalcOnLoad()
Gets the "fullCalcOnLoad" attributeboolean
getFullPrecision()
Gets the "fullPrecision" attributeboolean
getIterate()
Gets the "iterate" attributelong
getIterateCount()
Gets the "iterateCount" attributedouble
getIterateDelta()
Gets the "iterateDelta" attributeSTRefMode.Enum
getRefMode()
Gets the "refMode" attributeboolean
isSetCalcCompleted()
True if has "calcCompleted" attributeboolean
isSetCalcId()
True if has "calcId" attributeboolean
isSetCalcMode()
True if has "calcMode" attributeboolean
isSetCalcOnSave()
True if has "calcOnSave" attributeboolean
isSetConcurrentCalc()
True if has "concurrentCalc" attributeboolean
isSetConcurrentManualCount()
True if has "concurrentManualCount" attributeboolean
isSetForceFullCalc()
True if has "forceFullCalc" attributeboolean
isSetFullCalcOnLoad()
True if has "fullCalcOnLoad" attributeboolean
isSetFullPrecision()
True if has "fullPrecision" attributeboolean
isSetIterate()
True if has "iterate" attributeboolean
isSetIterateCount()
True if has "iterateCount" attributeboolean
isSetIterateDelta()
True if has "iterateDelta" attributeboolean
isSetRefMode()
True if has "refMode" attributevoid
setCalcCompleted(boolean calcCompleted)
Sets the "calcCompleted" attributevoid
setCalcId(long calcId)
Sets the "calcId" attributevoid
setCalcMode(STCalcMode.Enum calcMode)
Sets the "calcMode" attributevoid
setCalcOnSave(boolean calcOnSave)
Sets the "calcOnSave" attributevoid
setConcurrentCalc(boolean concurrentCalc)
Sets the "concurrentCalc" attributevoid
setConcurrentManualCount(long concurrentManualCount)
Sets the "concurrentManualCount" attributevoid
setForceFullCalc(boolean forceFullCalc)
Sets the "forceFullCalc" attributevoid
setFullCalcOnLoad(boolean fullCalcOnLoad)
Sets the "fullCalcOnLoad" attributevoid
setFullPrecision(boolean fullPrecision)
Sets the "fullPrecision" attributevoid
setIterate(boolean iterate)
Sets the "iterate" attributevoid
setIterateCount(long iterateCount)
Sets the "iterateCount" attributevoid
setIterateDelta(double iterateDelta)
Sets the "iterateDelta" attributevoid
setRefMode(STRefMode.Enum refMode)
Sets the "refMode" attributevoid
unsetCalcCompleted()
Unsets the "calcCompleted" attributevoid
unsetCalcId()
Unsets the "calcId" attributevoid
unsetCalcMode()
Unsets the "calcMode" attributevoid
unsetCalcOnSave()
Unsets the "calcOnSave" attributevoid
unsetConcurrentCalc()
Unsets the "concurrentCalc" attributevoid
unsetConcurrentManualCount()
Unsets the "concurrentManualCount" attributevoid
unsetForceFullCalc()
Unsets the "forceFullCalc" attributevoid
unsetFullCalcOnLoad()
Unsets the "fullCalcOnLoad" attributevoid
unsetFullPrecision()
Unsets the "fullPrecision" attributevoid
unsetIterate()
Unsets the "iterate" attributevoid
unsetIterateCount()
Unsets the "iterateCount" attributevoid
unsetIterateDelta()
Unsets the "iterateDelta" attributevoid
unsetRefMode()
Unsets the "refMode" attributeXmlBoolean
xgetCalcCompleted()
Gets (as xml) the "calcCompleted" attributeXmlUnsignedInt
xgetCalcId()
Gets (as xml) the "calcId" attributeSTCalcMode
xgetCalcMode()
Gets (as xml) the "calcMode" attributeXmlBoolean
xgetCalcOnSave()
Gets (as xml) the "calcOnSave" attributeXmlBoolean
xgetConcurrentCalc()
Gets (as xml) the "concurrentCalc" attributeXmlUnsignedInt
xgetConcurrentManualCount()
Gets (as xml) the "concurrentManualCount" attributeXmlBoolean
xgetForceFullCalc()
Gets (as xml) the "forceFullCalc" attributeXmlBoolean
xgetFullCalcOnLoad()
Gets (as xml) the "fullCalcOnLoad" attributeXmlBoolean
xgetFullPrecision()
Gets (as xml) the "fullPrecision" attributeXmlBoolean
xgetIterate()
Gets (as xml) the "iterate" attributeXmlUnsignedInt
xgetIterateCount()
Gets (as xml) the "iterateCount" attributeXmlDouble
xgetIterateDelta()
Gets (as xml) the "iterateDelta" attributeSTRefMode
xgetRefMode()
Gets (as xml) the "refMode" attributevoid
xsetCalcCompleted(XmlBoolean calcCompleted)
Sets (as xml) the "calcCompleted" attributevoid
xsetCalcId(XmlUnsignedInt calcId)
Sets (as xml) the "calcId" attributevoid
xsetCalcMode(STCalcMode calcMode)
Sets (as xml) the "calcMode" attributevoid
xsetCalcOnSave(XmlBoolean calcOnSave)
Sets (as xml) the "calcOnSave" attributevoid
xsetConcurrentCalc(XmlBoolean concurrentCalc)
Sets (as xml) the "concurrentCalc" attributevoid
xsetConcurrentManualCount(XmlUnsignedInt concurrentManualCount)
Sets (as xml) the "concurrentManualCount" attributevoid
xsetForceFullCalc(XmlBoolean forceFullCalc)
Sets (as xml) the "forceFullCalc" attributevoid
xsetFullCalcOnLoad(XmlBoolean fullCalcOnLoad)
Sets (as xml) the "fullCalcOnLoad" attributevoid
xsetFullPrecision(XmlBoolean fullPrecision)
Sets (as xml) the "fullPrecision" attributevoid
xsetIterate(XmlBoolean iterate)
Sets (as xml) the "iterate" attributevoid
xsetIterateCount(XmlUnsignedInt iterateCount)
Sets (as xml) the "iterateCount" attributevoid
xsetIterateDelta(XmlDouble iterateDelta)
Sets (as xml) the "iterateDelta" attributevoid
xsetRefMode(STRefMode refMode)
Sets (as xml) the "refMode" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getCalcId
long getCalcId()
Gets the "calcId" attribute
-
xgetCalcId
XmlUnsignedInt xgetCalcId()
Gets (as xml) the "calcId" attribute
-
isSetCalcId
boolean isSetCalcId()
True if has "calcId" attribute
-
setCalcId
void setCalcId(long calcId)
Sets the "calcId" attribute
-
xsetCalcId
void xsetCalcId(XmlUnsignedInt calcId)
Sets (as xml) the "calcId" attribute
-
unsetCalcId
void unsetCalcId()
Unsets the "calcId" attribute
-
getCalcMode
STCalcMode.Enum getCalcMode()
Gets the "calcMode" attribute
-
xgetCalcMode
STCalcMode xgetCalcMode()
Gets (as xml) the "calcMode" attribute
-
isSetCalcMode
boolean isSetCalcMode()
True if has "calcMode" attribute
-
setCalcMode
void setCalcMode(STCalcMode.Enum calcMode)
Sets the "calcMode" attribute
-
xsetCalcMode
void xsetCalcMode(STCalcMode calcMode)
Sets (as xml) the "calcMode" attribute
-
unsetCalcMode
void unsetCalcMode()
Unsets the "calcMode" attribute
-
getFullCalcOnLoad
boolean getFullCalcOnLoad()
Gets the "fullCalcOnLoad" attribute
-
xgetFullCalcOnLoad
XmlBoolean xgetFullCalcOnLoad()
Gets (as xml) the "fullCalcOnLoad" attribute
-
isSetFullCalcOnLoad
boolean isSetFullCalcOnLoad()
True if has "fullCalcOnLoad" attribute
-
setFullCalcOnLoad
void setFullCalcOnLoad(boolean fullCalcOnLoad)
Sets the "fullCalcOnLoad" attribute
-
xsetFullCalcOnLoad
void xsetFullCalcOnLoad(XmlBoolean fullCalcOnLoad)
Sets (as xml) the "fullCalcOnLoad" attribute
-
unsetFullCalcOnLoad
void unsetFullCalcOnLoad()
Unsets the "fullCalcOnLoad" attribute
-
getRefMode
STRefMode.Enum getRefMode()
Gets the "refMode" attribute
-
xgetRefMode
STRefMode xgetRefMode()
Gets (as xml) the "refMode" attribute
-
isSetRefMode
boolean isSetRefMode()
True if has "refMode" attribute
-
setRefMode
void setRefMode(STRefMode.Enum refMode)
Sets the "refMode" attribute
-
xsetRefMode
void xsetRefMode(STRefMode refMode)
Sets (as xml) the "refMode" attribute
-
unsetRefMode
void unsetRefMode()
Unsets the "refMode" attribute
-
getIterate
boolean getIterate()
Gets the "iterate" attribute
-
xgetIterate
XmlBoolean xgetIterate()
Gets (as xml) the "iterate" attribute
-
isSetIterate
boolean isSetIterate()
True if has "iterate" attribute
-
setIterate
void setIterate(boolean iterate)
Sets the "iterate" attribute
-
xsetIterate
void xsetIterate(XmlBoolean iterate)
Sets (as xml) the "iterate" attribute
-
unsetIterate
void unsetIterate()
Unsets the "iterate" attribute
-
getIterateCount
long getIterateCount()
Gets the "iterateCount" attribute
-
xgetIterateCount
XmlUnsignedInt xgetIterateCount()
Gets (as xml) the "iterateCount" attribute
-
isSetIterateCount
boolean isSetIterateCount()
True if has "iterateCount" attribute
-
setIterateCount
void setIterateCount(long iterateCount)
Sets the "iterateCount" attribute
-
xsetIterateCount
void xsetIterateCount(XmlUnsignedInt iterateCount)
Sets (as xml) the "iterateCount" attribute
-
unsetIterateCount
void unsetIterateCount()
Unsets the "iterateCount" attribute
-
getIterateDelta
double getIterateDelta()
Gets the "iterateDelta" attribute
-
xgetIterateDelta
XmlDouble xgetIterateDelta()
Gets (as xml) the "iterateDelta" attribute
-
isSetIterateDelta
boolean isSetIterateDelta()
True if has "iterateDelta" attribute
-
setIterateDelta
void setIterateDelta(double iterateDelta)
Sets the "iterateDelta" attribute
-
xsetIterateDelta
void xsetIterateDelta(XmlDouble iterateDelta)
Sets (as xml) the "iterateDelta" attribute
-
unsetIterateDelta
void unsetIterateDelta()
Unsets the "iterateDelta" attribute
-
getFullPrecision
boolean getFullPrecision()
Gets the "fullPrecision" attribute
-
xgetFullPrecision
XmlBoolean xgetFullPrecision()
Gets (as xml) the "fullPrecision" attribute
-
isSetFullPrecision
boolean isSetFullPrecision()
True if has "fullPrecision" attribute
-
setFullPrecision
void setFullPrecision(boolean fullPrecision)
Sets the "fullPrecision" attribute
-
xsetFullPrecision
void xsetFullPrecision(XmlBoolean fullPrecision)
Sets (as xml) the "fullPrecision" attribute
-
unsetFullPrecision
void unsetFullPrecision()
Unsets the "fullPrecision" attribute
-
getCalcCompleted
boolean getCalcCompleted()
Gets the "calcCompleted" attribute
-
xgetCalcCompleted
XmlBoolean xgetCalcCompleted()
Gets (as xml) the "calcCompleted" attribute
-
isSetCalcCompleted
boolean isSetCalcCompleted()
True if has "calcCompleted" attribute
-
setCalcCompleted
void setCalcCompleted(boolean calcCompleted)
Sets the "calcCompleted" attribute
-
xsetCalcCompleted
void xsetCalcCompleted(XmlBoolean calcCompleted)
Sets (as xml) the "calcCompleted" attribute
-
unsetCalcCompleted
void unsetCalcCompleted()
Unsets the "calcCompleted" attribute
-
getCalcOnSave
boolean getCalcOnSave()
Gets the "calcOnSave" attribute
-
xgetCalcOnSave
XmlBoolean xgetCalcOnSave()
Gets (as xml) the "calcOnSave" attribute
-
isSetCalcOnSave
boolean isSetCalcOnSave()
True if has "calcOnSave" attribute
-
setCalcOnSave
void setCalcOnSave(boolean calcOnSave)
Sets the "calcOnSave" attribute
-
xsetCalcOnSave
void xsetCalcOnSave(XmlBoolean calcOnSave)
Sets (as xml) the "calcOnSave" attribute
-
unsetCalcOnSave
void unsetCalcOnSave()
Unsets the "calcOnSave" attribute
-
getConcurrentCalc
boolean getConcurrentCalc()
Gets the "concurrentCalc" attribute
-
xgetConcurrentCalc
XmlBoolean xgetConcurrentCalc()
Gets (as xml) the "concurrentCalc" attribute
-
isSetConcurrentCalc
boolean isSetConcurrentCalc()
True if has "concurrentCalc" attribute
-
setConcurrentCalc
void setConcurrentCalc(boolean concurrentCalc)
Sets the "concurrentCalc" attribute
-
xsetConcurrentCalc
void xsetConcurrentCalc(XmlBoolean concurrentCalc)
Sets (as xml) the "concurrentCalc" attribute
-
unsetConcurrentCalc
void unsetConcurrentCalc()
Unsets the "concurrentCalc" attribute
-
getConcurrentManualCount
long getConcurrentManualCount()
Gets the "concurrentManualCount" attribute
-
xgetConcurrentManualCount
XmlUnsignedInt xgetConcurrentManualCount()
Gets (as xml) the "concurrentManualCount" attribute
-
isSetConcurrentManualCount
boolean isSetConcurrentManualCount()
True if has "concurrentManualCount" attribute
-
setConcurrentManualCount
void setConcurrentManualCount(long concurrentManualCount)
Sets the "concurrentManualCount" attribute
-
xsetConcurrentManualCount
void xsetConcurrentManualCount(XmlUnsignedInt concurrentManualCount)
Sets (as xml) the "concurrentManualCount" attribute
-
unsetConcurrentManualCount
void unsetConcurrentManualCount()
Unsets the "concurrentManualCount" attribute
-
getForceFullCalc
boolean getForceFullCalc()
Gets the "forceFullCalc" attribute
-
xgetForceFullCalc
XmlBoolean xgetForceFullCalc()
Gets (as xml) the "forceFullCalc" attribute
-
isSetForceFullCalc
boolean isSetForceFullCalc()
True if has "forceFullCalc" attribute
-
setForceFullCalc
void setForceFullCalc(boolean forceFullCalc)
Sets the "forceFullCalc" attribute
-
xsetForceFullCalc
void xsetForceFullCalc(XmlBoolean forceFullCalc)
Sets (as xml) the "forceFullCalc" attribute
-
unsetForceFullCalc
void unsetForceFullCalc()
Unsets the "forceFullCalc" attribute
-
-