xelem.3.0

Uses of Class
nl.fountain.xelem.GIO

Packages that use GIO
nl.fountain.xelem Provides classes that assist in the creation of SpreadsheetML. 
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.excel.x Provides classes that represent elements of the excel namespace. 
 

Uses of GIO in nl.fountain.xelem
 

Methods in nl.fountain.xelem with parameters of type GIO
 void XFactory.appendInfoSheet(Element root, GIO gio)
          Appends a Worksheet element with general information to the root element.
 

Uses of GIO in nl.fountain.xelem.excel
 

Methods in nl.fountain.xelem.excel with parameters of type GIO
protected  Element AbstractXLElement.assemble(Document doc, GIO gio)
          Creates an Element with the tag-name, namespace and prefix suitable for the calling XLElement-implementation.
 Element XLElement.assemble(Element parent, GIO gio)
          Assembles the state of this XLElement and all of it's children into an Element.
 

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

Methods in nl.fountain.xelem.excel.o with parameters of type GIO
 Element ODocumentProperties.assemble(Element parent, GIO gio)
           
 

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

Methods in nl.fountain.xelem.excel.ss with parameters of type GIO
 Element SSTable.assemble(Element parent, GIO gio)
           
 Element SSNamedRange.assemble(Element parent, GIO gio)
           
 Element XLWorkbook.assemble(Element root, GIO gio)
           
 Element SSCell.assemble(Element parent, GIO gio)
           
 Element SSWorksheet.assemble(Element parent, GIO gio)
           
 Element SSComment.assemble(Element parent, GIO gio)
           
 Element SSRow.assemble(Element parent, GIO gio)
           
 Element SSColumn.assemble(Element parent, GIO gio)
           
 

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

Methods in nl.fountain.xelem.excel.x with parameters of type GIO
 Element XPane.assemble(Element parent, GIO gio)
           
 Element XWorksheetOptions.assemble(Element parent, GIO gio)
           
 Element XExcelWorkbook.assemble(Element parent, GIO gio)
           
 Element XAutoFilter.assemble(Element parent, GIO gio)
           
 


xelem.3.0