Uses of Class
net.sf.jasperreports.engine.export.tabulator.Tabulator
Packages that use Tabulator
Package
Description
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
-
Uses of Tabulator in net.sf.jasperreports.engine.export
Constructors in net.sf.jasperreports.engine.export with parameters of type TabulatorModifierConstructorDescriptionTableVisitor(Tabulator tabulator, PrintElementVisitor<TableCell> elementVisitor) -
Uses of Tabulator in net.sf.jasperreports.engine.export.tabulator
Fields in net.sf.jasperreports.engine.export.tabulator declared as TabulatorMethods in net.sf.jasperreports.engine.export.tabulator that return TabulatorConstructors in net.sf.jasperreports.engine.export.tabulator with parameters of type TabulatorModifierConstructorDescriptionTableCell(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, TableCell.CellType cellType, int colSpan, int rowSpan, Color backcolor, JRLineBox box)