|
xelem.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Row | |
---|---|
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.expat | Provides classes that do not belong to the core of xelem. |
nl.fountain.xelem.lex | Provides classes that enable reading SpreadsheetML. |
Uses of Row in nl.fountain.xelem.excel |
---|
Methods in nl.fountain.xelem.excel that return Row | |
---|---|
Row |
Table.addRow()
Adds a new Row to this table. |
Row |
Worksheet.addRow()
Adds a new Row to this worksheet. |
Row |
Table.addRow(Row row)
Adds the given row to this table. |
Row |
Worksheet.addRow(Row row)
Adds the given row to this worksheet. |
Row |
Table.addRowAt(int index)
Adds a new Row at the given index to this table. |
Row |
Worksheet.addRowAt(int index)
Adds a new Row at the given index to this worksheet. |
Row |
Table.addRowAt(int index,
Row row)
Adds the given Row at the given index to this table. |
Row |
Worksheet.addRowAt(int index,
Row row)
Adds the given Row at the given index to this worksheet. |
Row |
Table.getRowAt(int index)
Gets the row at the given index. |
Row |
Worksheet.getRowAt(int rowIndex)
Gets the row at the given index. |
Row |
Table.removeRowAt(int index)
Removes the row at the given index. |
Row |
Worksheet.removeRowAt(int rowIndex)
Removes the row at the given index. |
Methods in nl.fountain.xelem.excel that return types with arguments of type Row | |
---|---|
TreeMap<Integer,Row> |
Table.getRowMap()
Gets all the rows of this table. |
Collection<Row> |
Table.getRows()
Gets all the rows of this table in the order of their index. |
Collection<Row> |
Worksheet.getRows()
Gets all the rows of this worksheet in the order of their index. |
Iterator<Row> |
Table.rowIterator()
Returns an iterator for the rows in this table. |
Methods in nl.fountain.xelem.excel with parameters of type Row | |
---|---|
Row |
Table.addRow(Row row)
Adds the given row to this table. |
Row |
Worksheet.addRow(Row row)
Adds the given row to this worksheet. |
Row |
Table.addRowAt(int index,
Row row)
Adds the given Row at the given index to this table. |
Row |
Worksheet.addRowAt(int index,
Row row)
Adds the given Row at the given index to this worksheet. |
Uses of Row in nl.fountain.xelem.excel.ss |
---|
Classes in nl.fountain.xelem.excel.ss that implement Row | |
---|---|
class |
SSRow
An implementation of the XLElement Row. |
Methods in nl.fountain.xelem.excel.ss that return Row | |
---|---|
Row |
SSTable.addRow()
|
Row |
SSWorksheet.addRow()
|
Row |
SSTable.addRow(Row row)
|
Row |
SSWorksheet.addRow(Row row)
|
Row |
SSTable.addRowAt(int index)
|
Row |
SSWorksheet.addRowAt(int rowIndex)
|
Row |
SSTable.addRowAt(int index,
Row row)
|
Row |
SSWorksheet.addRowAt(int index,
Row row)
|
Row |
SSTable.getRowAt(int rowIndex)
|
Row |
SSWorksheet.getRowAt(int rowIndex)
|
Row |
SSTable.removeRowAt(int rowIndex)
|
Row |
SSWorksheet.removeRowAt(int rowIndex)
|
Methods in nl.fountain.xelem.excel.ss that return types with arguments of type Row | |
---|---|
TreeMap<Integer,Row> |
SSTable.getRowMap()
|
Collection<Row> |
SSTable.getRows()
|
Collection<Row> |
SSWorksheet.getRows()
|
Iterator<Row> |
SSTable.rowIterator()
|
Methods in nl.fountain.xelem.excel.ss with parameters of type Row | |
---|---|
Row |
SSTable.addRow(Row row)
|
Row |
SSWorksheet.addRow(Row row)
|
Row |
SSTable.addRowAt(int index,
Row row)
|
Row |
SSWorksheet.addRowAt(int index,
Row row)
|
Uses of Row in nl.fountain.xelem.expat |
---|
Methods in nl.fountain.xelem.expat with parameters of type Row | |
---|---|
void |
XLDocument.appendRow(String sheetName,
Row row)
Appends the Row to the mentioned sheet. |
Method parameters in nl.fountain.xelem.expat with type arguments of type Row | |
---|---|
void |
XLDocument.appendRows(String sheetName,
Collection<Row> rows)
Appends all the rows in the Collection
to the mentioned sheet. |
Uses of Row in nl.fountain.xelem.lex |
---|
Methods in nl.fountain.xelem.lex with parameters of type Row | |
---|---|
void |
ExcelReaderListener.setRow(int sheetIndex,
String sheetName,
Row row)
Recieve notification of the the construction of a Row. |
void |
WorkbookListener.setRow(int sheetIndex,
String sheetName,
Row row)
Called by event dispatcher. |
void |
DefaultExcelReaderListener.setRow(int sheetIndex,
String sheetName,
Row row)
Does effectively nothing. |
void |
DefaultExcelReaderFilter.setRow(int sheetIndex,
String sheetName,
Row row)
Passes the event unfiltered to it's listeners. |
|
xelem.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |