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 |
Modifier and Type | Class and Description |
---|---|
protected class |
HtmlExporter.TableVisitor |
Modifier and Type | Class and Description |
---|---|
protected class |
Tabulator.CollapseCheck |
protected class |
Tabulator.ParentCheck |
protected class |
Tabulator.ParentDrop |
protected class |
Tabulator.SpanCheck |
protected class |
Tabulator.SpanRangeCheck |
protected class |
Tabulator.TableCellCreator |
Modifier and Type | Method and Description |
---|---|
<T,R,E extends Exception> |
SplitCell.accept(CellVisitor<T,R,E> visitor,
T arg) |
<T,R,E extends Exception> |
Cell.accept(CellVisitor<T,R,E> visitor,
T arg) |
<T,R,E extends Exception> |
LayeredCell.accept(CellVisitor<T,R,E> visitor,
T arg) |
<T,R,E extends Exception> |
ElementCell.accept(CellVisitor<T,R,E> visitor,
T arg) |
<T,R,E extends Exception> |
FrameCell.accept(CellVisitor<T,R,E> visitor,
T arg) |
Copyright © 2017. All rights reserved.