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) |
Void |
HtmlExporter.TableVisitor.visit(FrameCell frameCell,
TablePosition position) |
Void |
HtmlExporter.TableVisitor.visit(LayeredCell layeredCell,
TablePosition position) |
Void |
HtmlExporter.TableVisitor.visit(SplitCell cell,
TablePosition position) |
Modifier and Type | Method and Description |
---|---|
TablePosition |
TableCell.getPosition() |
Modifier and Type | Method and Description |
---|---|
protected Tabulator.SpanInfo<Column> |
Tabulator.getColumnCellSpan(TablePosition position,
Cell cell) |
protected Tabulator.SpanInfo<Row> |
Tabulator.getRowCellSpan(TablePosition position,
Cell cell) |
TableCell |
Tabulator.getTableCell(TablePosition position,
Cell cell) |
TableCell |
Tabulator.TableCellCreator.visit(ElementCell cell,
TablePosition position) |
TableCell |
Tabulator.TableCellCreator.visit(FrameCell frameCell,
TablePosition position) |
TableCell |
Tabulator.TableCellCreator.visit(LayeredCell layeredCell,
TablePosition position) |
TableCell |
Tabulator.TableCellCreator.visit(SplitCell cell,
TablePosition position) |
Constructor and Description |
---|
TableCell(Tabulator tabulator,
TablePosition position,
Cell cell,
JRPrintElement element,
int colSpan,
int rowSpan,
Color backcolor,
JRLineBox box) |
Copyright © 2017. All rights reserved.