Uses of Class
net.sf.jasperreports.engine.export.tabulator.Tabulator
-
Packages that use Tabulator Package Description net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.engine.export.tabulator -
-
Uses of Tabulator in net.sf.jasperreports.engine.export
Constructors in net.sf.jasperreports.engine.export with parameters of type Tabulator Constructor Description TableVisitor(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 Tabulator Modifier and Type Field Description protected Tabulator
Table. tabulator
Methods in net.sf.jasperreports.engine.export.tabulator that return Tabulator Modifier and Type Method Description Tabulator
TableCell. getTabulator()
Constructors in net.sf.jasperreports.engine.export.tabulator with parameters of type Tabulator Constructor Description Table(Tabulator tabulator)
TableCell(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, TableCell.CellType cellType, int colSpan, int rowSpan, Color backcolor, JRLineBox box)
-