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 |
Constructor and Description |
---|
TableVisitor(Tabulator tabulator,
PrintElementVisitor<TableCell> elementVisitor) |
Modifier and Type | Field and Description |
---|---|
protected Tabulator |
Table.tabulator |
Modifier and Type | Method and Description |
---|---|
Tabulator |
TableCell.getTabulator() |
Constructor and Description |
---|
Table(Tabulator tabulator) |
TableCell(Tabulator tabulator,
TablePosition position,
Cell cell,
JRPrintElement element,
int colSpan,
int rowSpan,
Color backcolor,
JRLineBox box) |
Copyright © 2017. All rights reserved.