# Class: com.pnfsoftware.jeb.core.output.table.impl.TableDocumentPart

A trivial implementation of table document part.

## Constructor: TableDocumentPart
- parameter: `firstRowIndex`, type: `int`
- parameter: `rows`, type: `java.util.List<? extends com.pnfsoftware.jeb.core.output.table.ITableRow>`

Description: Create a table part.
parameter: firstRowIndex: index of the first row in the full table
parameter: rows: rows contained in this part

## Method: getFirstRowIndex
- return type: `int`


## Method: getRows
- return type: `java.util.List<? extends com.pnfsoftware.jeb.core.output.table.ITableRow>`


