Interface CTPivotCaches

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getPivotCacheList

        java.util.List<CTPivotCache> getPivotCacheList()
        Gets a List of "pivotCache" elements
      • getPivotCacheArray

        @Deprecated
        CTPivotCache[] getPivotCacheArray()
        Deprecated.
        Gets array of all "pivotCache" elements
      • getPivotCacheArray

        CTPivotCache getPivotCacheArray​(int i)
        Gets ith "pivotCache" element
      • sizeOfPivotCacheArray

        int sizeOfPivotCacheArray()
        Returns number of "pivotCache" element
      • setPivotCacheArray

        void setPivotCacheArray​(CTPivotCache[] pivotCacheArray)
        Sets array of all "pivotCache" element
      • setPivotCacheArray

        void setPivotCacheArray​(int i,
                                CTPivotCache pivotCache)
        Sets ith "pivotCache" element
      • insertNewPivotCache

        CTPivotCache insertNewPivotCache​(int i)
        Inserts and returns a new empty value (as xml) as the ith "pivotCache" element
      • addNewPivotCache

        CTPivotCache addNewPivotCache()
        Appends and returns a new empty value (as xml) as the last "pivotCache" element
      • removePivotCache

        void removePivotCache​(int i)
        Removes the ith "pivotCache" element