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 | Method and Description |
---|---|
Void |
HtmlExporter.TableVisitor.visit(ElementCell cell,
TablePosition position) |
Modifier and Type | Method and Description |
---|---|
Boolean |
Tabulator.SpanRangeCheck.visit(ElementCell spanned,
Cell cell) |
Boolean |
Tabulator.SpanCheck.visit(ElementCell spanned,
Cell cell) |
Boolean |
Tabulator.CollapseCheck.visit(ElementCell spanned,
Cell cell) |
Boolean |
Tabulator.ParentCheck.visit(ElementCell cell,
FrameCell parentCell) |
Cell |
Tabulator.ParentDrop.visit(ElementCell cell,
FrameCell parent) |
R |
CellVisitor.visit(ElementCell cell,
T arg) |
TableCell |
Tabulator.TableCellCreator.visit(ElementCell cell,
TablePosition position) |
Copyright © 2017. All rights reserved.