xelem.3.0

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

Packages that use DocumentProperties
nl.fountain.xelem.excel Provides interfaces and classes that represent elements in SpreadsheetML. 
nl.fountain.xelem.excel.o Provides classes that represent elements of the office namespace. 
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 DocumentProperties in nl.fountain.xelem.excel
 

Methods in nl.fountain.xelem.excel that return DocumentProperties
 DocumentProperties Workbook.getDocumentProperties()
          Gets the DocumentProperties of this workbook.
 

Methods in nl.fountain.xelem.excel with parameters of type DocumentProperties
 void Workbook.setDocumentProperties(DocumentProperties docProps)
          Set the DocumentProperties of this workbook or, if this workbook allready had DocumentProperties, replace it.
 

Uses of DocumentProperties in nl.fountain.xelem.excel.o
 

Classes in nl.fountain.xelem.excel.o that implement DocumentProperties
 class ODocumentProperties
          An implementation of the XLElement DocumentProperties.
 

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

Methods in nl.fountain.xelem.excel.ss that return DocumentProperties
 DocumentProperties XLWorkbook.getDocumentProperties()
           
 

Methods in nl.fountain.xelem.excel.ss with parameters of type DocumentProperties
 void XLWorkbook.setDocumentProperties(DocumentProperties docProps)
           
 

Uses of DocumentProperties in nl.fountain.xelem.lex
 

Methods in nl.fountain.xelem.lex with parameters of type DocumentProperties
 void ExcelReaderListener.setDocumentProperties(DocumentProperties docProps)
          Recieve notification of the the construction of DocumentProperties.
 void WorkbookListener.setDocumentProperties(DocumentProperties docProps)
          Called by event dispatcher.
 void DefaultExcelReaderListener.setDocumentProperties(DocumentProperties docProps)
          Does effectively nothing.
 void DefaultExcelReaderFilter.setDocumentProperties(DocumentProperties docProps)
          Passes the event unfiltered to it's listeners.
 


xelem.3.0