Uses of Interface
com.pnfsoftware.jeb.core.output.table.ITableDocumentPart
Packages that use ITableDocumentPart
Package
Description
Types for table documents, useful to represent tabular data generated by a unit.
Trivial implementations for the table package interfaces.
-
Uses of ITableDocumentPart in com.pnfsoftware.jeb.core.output.table
Methods in com.pnfsoftware.jeb.core.output.table that return ITableDocumentPartModifier and TypeMethodDescriptionITableDocument.getTable()Get the entire document.ITableDocument.getTablePart(int start, int count) Get a part of the document. -
Uses of ITableDocumentPart in com.pnfsoftware.jeb.core.output.table.impl
Classes in com.pnfsoftware.jeb.core.output.table.impl that implement ITableDocumentPartModifier and TypeClassDescriptionclassA trivial implementation of table document part.Methods in com.pnfsoftware.jeb.core.output.table.impl that return ITableDocumentPartModifier and TypeMethodDescriptionStaticTableDocument.getTable()StaticTableDocument.getTablePart(int start, int count)