Interface CTPivotFilters

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTPivotFilters extends XmlObject
An XML CT_PivotFilters(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getFilterList

      List<CTPivotFilter> getFilterList()
      Gets a List of "filter" elements
    • getFilterArray

      CTPivotFilter[] getFilterArray()
      Gets array of all "filter" elements
    • getFilterArray

      CTPivotFilter getFilterArray(int i)
      Gets ith "filter" element
    • sizeOfFilterArray

      int sizeOfFilterArray()
      Returns number of "filter" element
    • setFilterArray

      void setFilterArray(CTPivotFilter[] filterArray)
      Sets array of all "filter" element
    • setFilterArray

      void setFilterArray(int i, CTPivotFilter filter)
      Sets ith "filter" element
    • insertNewFilter

      CTPivotFilter insertNewFilter(int i)
      Inserts and returns a new empty value (as xml) as the ith "filter" element
    • addNewFilter

      CTPivotFilter addNewFilter()
      Appends and returns a new empty value (as xml) as the last "filter" element
    • removeFilter

      void removeFilter(int i)
      Removes the ith "filter" element
    • getCount

      long getCount()
      Gets the "count" attribute
    • xgetCount

      XmlUnsignedInt xgetCount()
      Gets (as xml) the "count" attribute
    • isSetCount

      boolean isSetCount()
      True if has "count" attribute
    • setCount

      void setCount(long count)
      Sets the "count" attribute
    • xsetCount

      void xsetCount(XmlUnsignedInt count)
      Sets (as xml) the "count" attribute
    • unsetCount

      void unsetCount()
      Unsets the "count" attribute