Interface CTPivotSource

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTPivotSource
    extends XmlObject
    An XML CT_PivotSource(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
    • Method Detail

      • getName

        java.lang.String getName()
        Gets the "name" element
      • xgetName

        STXstring xgetName()
        Gets (as xml) the "name" element
      • setName

        void setName​(java.lang.String name)
        Sets the "name" element
      • xsetName

        void xsetName​(STXstring name)
        Sets (as xml) the "name" element
      • setFmtId

        void setFmtId​(CTUnsignedInt fmtId)
        Sets the "fmtId" element
      • addNewFmtId

        CTUnsignedInt addNewFmtId()
        Appends and returns a new empty "fmtId" element
      • getExtLstList

        java.util.List<CTExtensionList> getExtLstList()
        Gets a List of "extLst" elements
      • getExtLstArray

        @Deprecated
        CTExtensionList[] getExtLstArray()
        Deprecated.
        Gets array of all "extLst" elements
      • getExtLstArray

        CTExtensionList getExtLstArray​(int i)
        Gets ith "extLst" element
      • sizeOfExtLstArray

        int sizeOfExtLstArray()
        Returns number of "extLst" element
      • setExtLstArray

        void setExtLstArray​(CTExtensionList[] extLstArray)
        Sets array of all "extLst" element
      • setExtLstArray

        void setExtLstArray​(int i,
                            CTExtensionList extLst)
        Sets ith "extLst" element
      • insertNewExtLst

        CTExtensionList insertNewExtLst​(int i)
        Inserts and returns a new empty value (as xml) as the ith "extLst" element
      • addNewExtLst

        CTExtensionList addNewExtLst()
        Appends and returns a new empty value (as xml) as the last "extLst" element
      • removeExtLst

        void removeExtLst​(int i)
        Removes the ith "extLst" element