public interface

ITableDocumentPart

com.pnfsoftware.jeb.core.output.table.ITableDocumentPart
Known Indirect Subclasses

Class Overview

Definition of a table document part.

Summary

Public Methods
abstract int getFirstRowIndex()
Get the index of the first row in this document part, relative to the entire table document.
abstract List<? extends ITableRow> getRows()
Get the rows contained in this part.

Public Methods

public abstract 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 abstract List<? extends ITableRow> getRows ()

Get the rows contained in this part.

Returns
  • a list of rows