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.
    • 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
      • 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