xelem.3.0
A B C D E F G H I L M N O P R S T U W X

A

AbstractXLElement - Class in nl.fountain.xelem.excel
An abstract implementation of an XLElement.
AbstractXLElement() - Constructor for class nl.fountain.xelem.excel.AbstractXLElement
 
addCell() - Method in interface nl.fountain.xelem.excel.Row
Adds a new Cell to this row.
addCell(Object) - Method in interface nl.fountain.xelem.excel.Row
Adds a new Cell to this row.
addCell(Object, String) - Method in interface nl.fountain.xelem.excel.Row
Adds a new Cell to this row.
addCell(double) - Method in interface nl.fountain.xelem.excel.Row
Adds a new Cell to this row.
addCell(double, String) - Method in interface nl.fountain.xelem.excel.Row
Adds a new Cell to this row.
addCell(int) - Method in interface nl.fountain.xelem.excel.Row
Adds a new Cell to this row.
addCell(int, String) - Method in interface nl.fountain.xelem.excel.Row
Adds a new Cell to this row.
addCell(Cell) - Method in interface nl.fountain.xelem.excel.Row
Adds the given Cell to this row.
addCell() - Method in class nl.fountain.xelem.excel.ss.SSRow
 
addCell(Object) - Method in class nl.fountain.xelem.excel.ss.SSRow
 
addCell(Object, String) - Method in class nl.fountain.xelem.excel.ss.SSRow
 
addCell(double) - Method in class nl.fountain.xelem.excel.ss.SSRow
 
addCell(double, String) - Method in class nl.fountain.xelem.excel.ss.SSRow
 
addCell(int) - Method in class nl.fountain.xelem.excel.ss.SSRow
 
addCell(int, String) - Method in class nl.fountain.xelem.excel.ss.SSRow
 
addCell(Cell) - Method in class nl.fountain.xelem.excel.ss.SSRow
 
addCell() - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCell(Cell) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCell(Object) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCell(Object, String) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCell(double) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCell(double, String) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCell(int) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCell(int, String) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCell() - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new cell at the current position of the worksheets CellPointer and moves the cellpointer.
addCell(Cell) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds the given cell at the current position of the worksheets CellPointer and moves the cellpointer.
addCell(Object) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new cell at the current position of the worksheets CellPointer and moves the cellpointer.
addCell(Object, String) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new cell at the current position of the worksheets CellPointer and moves the cellpointer.
addCell(double) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new cell at the current position of the worksheets CellPointer and moves the cellpointer.
addCell(double, String) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new cell at the current position of the worksheets CellPointer and moves the cellpointer.
addCell(int) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new cell at the current position of the worksheets CellPointer and moves the cellpointer.
addCell(int, String) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new cell at the current position of the worksheets CellPointer and moves the cellpointer.
addCellAt(int) - Method in interface nl.fountain.xelem.excel.Row
Adds a new Cell at the given index.
addCellAt(int, Cell) - Method in interface nl.fountain.xelem.excel.Row
Adds the given Cell at the given index.
addCellAt(int) - Method in class nl.fountain.xelem.excel.ss.SSRow
 
addCellAt(int, Cell) - Method in class nl.fountain.xelem.excel.ss.SSRow
 
addCellAt(Address) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCellAt(int, int) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCellAt(String) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCellAt(Address, Cell) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCellAt(int, int, Cell) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCellAt(String, Cell) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addCellAt(Address) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new cell at the given address.
addCellAt(int, int) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new cell at the given row and column index.
addCellAt(String) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new cell at the address specified by the A1-reference string.
addCellAt(Address, Cell) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds the given cell at the given address.
addCellAt(int, int, Cell) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds the given cell at the given row and column index.
addCellAt(String, Cell) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds the given cell at the address specified by the A1-reference string.
addColumn() - Method in class nl.fountain.xelem.excel.ss.SSTable
 
addColumn(Column) - Method in class nl.fountain.xelem.excel.ss.SSTable
 
addColumn() - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addColumn(Column) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addColumn() - Method in interface nl.fountain.xelem.excel.Table
Adds a new Column to this table.
addColumn(Column) - Method in interface nl.fountain.xelem.excel.Table
Adds the given column to this table.
addColumn() - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new Column to this worksheet.
addColumn(Column) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds the given column to this worksheet.
addColumnAt(int) - Method in class nl.fountain.xelem.excel.ss.SSTable
 
addColumnAt(int, Column) - Method in class nl.fountain.xelem.excel.ss.SSTable
 
addColumnAt(int) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addColumnAt(String) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addColumnAt(int, Column) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addColumnAt(String, Column) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addColumnAt(int) - Method in interface nl.fountain.xelem.excel.Table
Adds a new Column at the given index to this table.
addColumnAt(int, Column) - Method in interface nl.fountain.xelem.excel.Table
Adds the given Column at the given index to this table.
addColumnAt(int) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new Column at the given index to this worksheet.
addColumnAt(String) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new Column at the index specified by the given label.
addColumnAt(int, Column) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds the given Column at the given index to this worksheet.
addColumnAt(String, Column) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds the given Column at the given index specified by the given label.
addComment() - Method in interface nl.fountain.xelem.excel.Cell
Adds a comment to this cell.
addComment(Comment) - Method in interface nl.fountain.xelem.excel.Cell
Adds the given comment to this cell.
addComment(String) - Method in interface nl.fountain.xelem.excel.Cell
Adds a comment to this cell and sets the data-attribute of the comment to the given text.
addComment() - Method in class nl.fountain.xelem.excel.ss.SSCell
 
addComment(Comment) - Method in class nl.fountain.xelem.excel.ss.SSCell
 
addComment(String) - Method in class nl.fountain.xelem.excel.ss.SSCell
 
addElementComment(String) - Method in class nl.fountain.xelem.excel.AbstractXLElement
Add a comment to this XLElement.
addElementComment(String) - Method in interface nl.fountain.xelem.excel.XLElement
Adds a comment to this XLElement.
addExcelReaderListener(ExcelReaderListener) - Method in class nl.fountain.xelem.lex.DefaultExcelReaderFilter
 
addExcelReaderListener(ExcelReaderListener) - Method in class nl.fountain.xelem.lex.ExcelReader
Registers the given listener on this ExcelReader.
addExcelReaderListener(ExcelReaderListener) - Method in interface nl.fountain.xelem.lex.ExcelReaderFilter
Registers the given listener.
addNamedRange(NamedRange) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addNamedRange(String, String) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addNamedRange(NamedRange) - Method in class nl.fountain.xelem.excel.ss.XLWorkbook
 
addNamedRange(String, String) - Method in class nl.fountain.xelem.excel.ss.XLWorkbook
 
addNamedRange(String, String) - Method in interface nl.fountain.xelem.excel.Workbook
Adds a new NamedRange to this workbook.
addNamedRange(NamedRange) - Method in interface nl.fountain.xelem.excel.Workbook
Adds a new NamedRange to this workbook.
addNamedRange(String, String) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new NamedRange to this worksheet.
addNamedRange(NamedRange) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new NamedRange to this worksheet.
Address - Class in nl.fountain.xelem
A reference to the intersection of a row and a column.
Address() - Constructor for class nl.fountain.xelem.Address
This constructor is protected.
Address(int, int) - Constructor for class nl.fountain.xelem.Address
Constructs a new Address.
Address(String) - Constructor for class nl.fountain.xelem.Address
Constructs a new Address.
addRow() - Method in class nl.fountain.xelem.excel.ss.SSTable
 
addRow(Row) - Method in class nl.fountain.xelem.excel.ss.SSTable
 
addRow() - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addRow(Row) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addRow() - Method in interface nl.fountain.xelem.excel.Table
Adds a new Row to this table.
addRow(Row) - Method in interface nl.fountain.xelem.excel.Table
Adds the given row to this table.
addRow() - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new Row to this worksheet.
addRow(Row) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds the given row to this worksheet.
addRowAt(int) - Method in class nl.fountain.xelem.excel.ss.SSTable
 
addRowAt(int, Row) - Method in class nl.fountain.xelem.excel.ss.SSTable
 
addRowAt(int) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addRowAt(int, Row) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
addRowAt(int) - Method in interface nl.fountain.xelem.excel.Table
Adds a new Row at the given index to this table.
addRowAt(int, Row) - Method in interface nl.fountain.xelem.excel.Table
Adds the given Row at the given index to this table.
addRowAt(int) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds a new Row at the given index to this worksheet.
addRowAt(int, Row) - Method in interface nl.fountain.xelem.excel.Worksheet
Adds the given Row at the given index to this worksheet.
addSheet() - Method in class nl.fountain.xelem.excel.ss.XLWorkbook
 
addSheet(String) - Method in class nl.fountain.xelem.excel.ss.XLWorkbook
 
addSheet(Worksheet) - Method in class nl.fountain.xelem.excel.ss.XLWorkbook
 
addSheet() - Method in interface nl.fountain.xelem.excel.Workbook
Adds a new Worksheet to this workbook.
addSheet(String) - Method in interface nl.fountain.xelem.excel.Workbook
Adds a new Worksheet to this workbook with the given name as name.
addSheet(Worksheet) - Method in interface nl.fountain.xelem.excel.Workbook
Adds the given Worksheet to this workbook.
addStyle(Element) - Method in class nl.fountain.xelem.XFactory
Add a new SpreadsheetML Style element to the factory.
addStyleID(String) - Method in class nl.fountain.xelem.GIO
Adds the styleID to the set of styleID's of this GIO.
appendInfoSheet() - Method in class nl.fountain.xelem.excel.ss.XLWorkbook
 
appendInfoSheet() - Method in interface nl.fountain.xelem.excel.Workbook
Appends a Worksheet with general information to this Workbook.
appendInfoSheet(Element, GIO) - Method in class nl.fountain.xelem.XFactory
Appends a Worksheet element with general information to the root element.
appendRow(String, Row) - Method in class nl.fountain.xelem.expat.XLDocument
Appends the Row to the mentioned sheet.
appendRows(String, Collection<Row>) - Method in class nl.fountain.xelem.expat.XLDocument
Appends all the rows in the Collection to the mentioned sheet.
Area - Class in nl.fountain.xelem
A reference to a rectangular range.
Area(int, int, int, int) - Constructor for class nl.fountain.xelem.Area
Constructs a new Area.
Area(Address, Address) - Constructor for class nl.fountain.xelem.Area
Constructs a new Area.
Area(String) - Constructor for class nl.fountain.xelem.Area
Constructs a new Area.
assemble(Document, GIO) - Method in class nl.fountain.xelem.excel.AbstractXLElement
Creates an Element with the tag-name, namespace and prefix suitable for the calling XLElement-implementation.
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.o.ODocumentProperties
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.ss.SSCell
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.ss.SSColumn
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.ss.SSComment
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.ss.SSNamedRange
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.ss.SSRow
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.ss.SSTable
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.ss.SSWorksheet
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.ss.XLWorkbook
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.x.XAutoFilter
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.x.XExcelWorkbook
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.x.XPane
 
assemble(Element, GIO) - Method in class nl.fountain.xelem.excel.x.XWorksheetOptions
 
assemble(Element, GIO) - Method in interface nl.fountain.xelem.excel.XLElement
Assembles the state of this XLElement and all of it's children into an Element.
AutoFilter - Interface in nl.fountain.xelem.excel
Represents the AutoFilter element.

xelem.3.0
A B C D E F G H I L M N O P R S T U W X