xelem.3.0

Uses of Class
nl.fountain.xelem.excel.AbstractXLElement

Packages that use AbstractXLElement
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.excel.x Provides classes that represent elements of the excel namespace. 
 

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

Subclasses of AbstractXLElement in nl.fountain.xelem.excel.o
 class ODocumentProperties
          An implementation of the XLElement DocumentProperties.
 

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

Subclasses of AbstractXLElement in nl.fountain.xelem.excel.ss
 class SSCell
          An implementation of the XLElement Cell.
 class SSColumn
          An implementation of the XLElement Column.
 class SSComment
          An implementation of the XLElement Comment.
 class SSNamedRange
          An implementation of the XLElement NamedRange.
 class SSRow
          An implementation of the XLElement Row.
 class SSTable
          An implementation of the XLElement Table.
 class SSWorksheet
          An implementation of the XLElement Worksheet.
 class XLWorkbook
          An implementation of the XLElement Workbook, the root of a SpreadsheetML document.
 

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

Subclasses of AbstractXLElement in nl.fountain.xelem.excel.x
 class XAutoFilter
          An implementation of the XLElement AutoFilter.
 class XExcelWorkbook
          An implementation of the XLElement ExcelWorkbook.
 class XPane
          An implementation of the XLElement Pane.
 class XWorksheetOptions
          An implementation of the XLElement WorksheetOptions.
 


xelem.3.0