xelem.3.0

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

Packages that use Table
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.lex Provides classes that enable reading SpreadsheetML. 
 

Uses of Table in nl.fountain.xelem.excel
 

Methods in nl.fountain.xelem.excel that return Table
 Table Worksheet.getTable()
          Gets the table of this worksheet.
 

Methods in nl.fountain.xelem.excel with parameters of type Table
 void Worksheet.setTable(Table table)
          Sets the given table as the table of this worksheet.
 

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

Classes in nl.fountain.xelem.excel.ss that implement Table
 class SSTable
          An implementation of the XLElement Table.
 

Methods in nl.fountain.xelem.excel.ss that return Table
 Table SSWorksheet.getTable()
           
 

Methods in nl.fountain.xelem.excel.ss with parameters of type Table
 void SSWorksheet.setTable(Table table)
           
 

Uses of Table in nl.fountain.xelem.lex
 

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


xelem.3.0