Interface CTCalcChain

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTCalcChain
    extends XmlObject
    An XML CT_CalcChain(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getCList

        java.util.List<CTCalcCell> getCList()
        Gets a List of "c" elements
      • getCArray

        @Deprecated
        CTCalcCell[] getCArray()
        Deprecated.
        Gets array of all "c" elements
      • getCArray

        CTCalcCell getCArray​(int i)
        Gets ith "c" element
      • sizeOfCArray

        int sizeOfCArray()
        Returns number of "c" element
      • setCArray

        void setCArray​(CTCalcCell[] cArray)
        Sets array of all "c" element
      • setCArray

        void setCArray​(int i,
                       CTCalcCell c)
        Sets ith "c" element
      • insertNewC

        CTCalcCell insertNewC​(int i)
        Inserts and returns a new empty value (as xml) as the ith "c" element
      • addNewC

        CTCalcCell addNewC()
        Appends and returns a new empty value (as xml) as the last "c" element
      • removeC

        void removeC​(int i)
        Removes the ith "c" element
      • isSetExtLst

        boolean isSetExtLst()
        True if has "extLst" element
      • setExtLst

        void setExtLst​(CTExtensionList extLst)
        Sets the "extLst" element
      • addNewExtLst

        CTExtensionList addNewExtLst()
        Appends and returns a new empty "extLst" element
      • unsetExtLst

        void unsetExtLst()
        Unsets the "extLst" element