# Interface: com.pnfsoftware.jeb.core.output.table.ITableDocumentPart

Definition of a table document part.

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

Description: Get the index of the first row in this document part, relative to the entire table document.
return: the absolute index of the first row in this part

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

Description: Get the rows contained in this part.
return: a list of rows, possibly empty

