| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.output.table.impl.TableDocumentPart |
A trivial implementation of table document part.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
TableDocumentPart(int firstRowIndex, List<? extends ITableRow> rows)
Create a table part.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getFirstRowIndex()
Get the index of the first row in this document part, relative to the entire table document.
| ||||||||||
| List<? extends ITableRow> |
getRows()
Get the rows contained in this part.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.output.table.ITableDocumentPart
| |||||||||||
Get the index of the first row in this document part, relative to the entire table document.
Get the rows contained in this part.