public class

TableDocumentPart

extends Object
implements ITableDocumentPart
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.output.table.impl.TableDocumentPart

Class Overview

A trivial implementation of table document part.

Summary

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

Public Constructors

public TableDocumentPart (int firstRowIndex, List<? extends ITableRow> rows)

Create a table part.

Public Methods

public int getFirstRowIndex ()

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

Returns
  • the absolute index of the first row in this part

public List<? extends ITableRow> getRows ()

Get the rows contained in this part.

Returns
  • a list of rows