package

com.pnfsoftware.jeb.core.output.table

Types for table documents, useful to represent tabular data generated by a unit.

Interfaces

IActionableCell A table cell whose contents is actionable. 
ICell A table cell definition, the main constituent of ITableRows. 
ICellCoordinates Coordinates for cells of a table. 
ITableDocument A table document is used to represent tabular data. 
ITableDocumentPart Definition of a table document part. 
ITableRow A table row definition, the main constituent of ITableDocuments. 
IVisualCell A visual cell for table documents.