xelem.3.0

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

Packages that use WorksheetOptions
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 WorksheetOptions in nl.fountain.xelem.excel
 

Methods in nl.fountain.xelem.excel that return WorksheetOptions
 WorksheetOptions Worksheet.getWorksheetOptions()
          Gets the WorksheetOptions of this worksheet.
 

Methods in nl.fountain.xelem.excel with parameters of type WorksheetOptions
 void Worksheet.setWorksheetOptions(WorksheetOptions wso)
          Sets the given worksheetOptions as the worksheetOptions of this worksheet.
 

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

Methods in nl.fountain.xelem.excel.ss that return WorksheetOptions
 WorksheetOptions SSWorksheet.getWorksheetOptions()
           
 

Methods in nl.fountain.xelem.excel.ss with parameters of type WorksheetOptions
 void SSWorksheet.setWorksheetOptions(WorksheetOptions wso)
           
 

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

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

Uses of WorksheetOptions in nl.fountain.xelem.lex
 

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


xelem.3.0