All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getFilterList

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

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

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

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

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

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

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

      CTFilter 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
    • getDateGroupItemList

      List<CTDateGroupItem> getDateGroupItemList()
      Gets a List of "dateGroupItem" elements
    • getDateGroupItemArray

      CTDateGroupItem[] getDateGroupItemArray()
      Gets array of all "dateGroupItem" elements
    • getDateGroupItemArray

      CTDateGroupItem getDateGroupItemArray(int i)
      Gets ith "dateGroupItem" element
    • sizeOfDateGroupItemArray

      int sizeOfDateGroupItemArray()
      Returns number of "dateGroupItem" element
    • setDateGroupItemArray

      void setDateGroupItemArray(CTDateGroupItem[] dateGroupItemArray)
      Sets array of all "dateGroupItem" element
    • setDateGroupItemArray

      void setDateGroupItemArray(int i, CTDateGroupItem dateGroupItem)
      Sets ith "dateGroupItem" element
    • insertNewDateGroupItem

      CTDateGroupItem insertNewDateGroupItem(int i)
      Inserts and returns a new empty value (as xml) as the ith "dateGroupItem" element
    • addNewDateGroupItem

      CTDateGroupItem addNewDateGroupItem()
      Appends and returns a new empty value (as xml) as the last "dateGroupItem" element
    • removeDateGroupItem

      void removeDateGroupItem(int i)
      Removes the ith "dateGroupItem" element
    • getBlank

      boolean getBlank()
      Gets the "blank" attribute
    • xgetBlank

      XmlBoolean xgetBlank()
      Gets (as xml) the "blank" attribute
    • isSetBlank

      boolean isSetBlank()
      True if has "blank" attribute
    • setBlank

      void setBlank(boolean blank)
      Sets the "blank" attribute
    • xsetBlank

      void xsetBlank(XmlBoolean blank)
      Sets (as xml) the "blank" attribute
    • unsetBlank

      void unsetBlank()
      Unsets the "blank" attribute
    • getCalendarType

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STCalendarType.Enum getCalendarType()
      Gets the "calendarType" attribute
    • xgetCalendarType

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STCalendarType xgetCalendarType()
      Gets (as xml) the "calendarType" attribute
    • isSetCalendarType

      boolean isSetCalendarType()
      True if has "calendarType" attribute
    • setCalendarType

      void setCalendarType(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STCalendarType.Enum calendarType)
      Sets the "calendarType" attribute
    • xsetCalendarType

      void xsetCalendarType(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STCalendarType calendarType)
      Sets (as xml) the "calendarType" attribute
    • unsetCalendarType

      void unsetCalendarType()
      Unsets the "calendarType" attribute