xelem.3.0

Uses of Interface
nl.fountain.xelem.excel.AutoFilter

Packages that use AutoFilter
nl.fountain.xelem.excel Provides interfaces and classes that represent elements in SpreadsheetML. 
nl.fountain.xelem.excel.ss Provides classes that represent elements of the spreadsheet namespace. 
nl.fountain.xelem.excel.x Provides classes that represent elements of the excel namespace. 
nl.fountain.xelem.lex Provides classes that enable reading SpreadsheetML. 
 

Uses of AutoFilter in nl.fountain.xelem.excel
 

Methods in nl.fountain.xelem.excel with parameters of type AutoFilter
 void Worksheet.setAutoFilter(AutoFilter af)
          Sets the AutoFilter on this worksheet.
 

Uses of AutoFilter in nl.fountain.xelem.excel.ss
 

Methods in nl.fountain.xelem.excel.ss with parameters of type AutoFilter
 void SSWorksheet.setAutoFilter(AutoFilter af)
           
 

Uses of AutoFilter in nl.fountain.xelem.excel.x
 

Classes in nl.fountain.xelem.excel.x that implement AutoFilter
 class XAutoFilter
          An implementation of the XLElement AutoFilter.
 

Uses of AutoFilter in nl.fountain.xelem.lex
 

Methods in nl.fountain.xelem.lex with parameters of type AutoFilter
 void ExcelReaderListener.setAutoFilter(int sheetIndex, String sheetName, AutoFilter autoFilter)
          Recieve notification of the the construction of AutoFilter.
 void WorkbookListener.setAutoFilter(int sheetIndex, String sheetName, AutoFilter autoFilter)
          Called by event dispatcher.
 void DefaultExcelReaderListener.setAutoFilter(int sheetIndex, String sheetName, AutoFilter autoFilter)
          Does effectively nothing.
 void DefaultExcelReaderFilter.setAutoFilter(int sheetIndex, String sheetName, AutoFilter autoFilter)
          Passes the event unfiltered to it's listeners.
 


xelem.3.0