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

  • Method Details

    • getName

      String getName()
      Gets the "name" element
    • xgetName

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()
      Gets (as xml) the "name" element
    • setName

      void setName(String name)
      Sets the "name" element
    • xsetName

      void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)
      Sets (as xml) the "name" element
    • getFmtId

      CTUnsignedInt getFmtId()
      Gets the "fmtId" element
    • setFmtId

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

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

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

      CTExtensionList[] getExtLstArray()
      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