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 |
---|---|
protected void |
HtmlExporter.exportTable(HtmlExporter.TableVisitor tableVisitor,
Table table,
boolean whiteBackground,
boolean isMainReportTable) |
Modifier and Type | Method and Description |
---|---|
protected void |
HtmlExporter.writeLayers(java.util.List<Table> layers,
HtmlExporter.TableVisitor tableVisitor,
TableCell cell) |
Modifier and Type | Method and Description |
---|---|
Table |
Tabulator.getTable() |
Table |
TablePosition.getTable() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Table> |
LayeredCell.getLayers() |
Modifier and Type | Method and Description |
---|---|
void |
LayeredCell.addLayer(Table table) |
protected void |
Tabulator.collapseSpanColumns(Table table,
DimensionRange<Column> range) |
protected void |
Tabulator.collapseSpanRows(Table table,
DimensionRange<Row> range) |
protected void |
Tabulator.columnSplit(Table table,
Column splitCol,
Column newCol) |
protected void |
Tabulator.createLayeredCell(Table table,
FrameCell parentCell,
int xOffset,
int yOffset,
JRPrintElement element,
PrintElementIndex parentIndex,
int elementIndex,
DimensionRange<Column> layeredColRange,
DimensionRange<Row> layeredRowRange) |
protected Pair<Column,Column> |
Tabulator.getColumnSpanRange(Table table,
Column col,
Row row,
Cell spanned) |
protected boolean[] |
Tabulator.TableCellCreator.getFrameCellBorders(Table table,
FrameCell cell,
Column firstCol,
Column lastCol,
Row firstRow,
Row lastRow) |
protected Pair<Row,Row> |
Tabulator.getRowSpanRange(Table table,
Column col,
Row row,
Cell spanned) |
protected void |
Tabulator.layoutElements(java.util.List<? extends JRPrintElement> elementList,
Table table,
FrameCell parentCell,
PrintElementIndex parentIndex,
int xOffset,
int yOffset,
Bounds elementBounds) |
protected void |
Tabulator.moveCellsToLayerTable(FrameCell parentCell,
Table layerTable,
DimensionRange<Column> colRange,
DimensionRange<Row> rowRange) |
protected boolean |
Tabulator.placeElement(Table table,
FrameCell parentCell,
int xOffset,
int yOffset,
JRPrintElement element,
PrintElementIndex parentIndex,
int elementIndex,
boolean allowOverlap) |
protected void |
Tabulator.placeOverlappedElement(Table table,
FrameCell parentCell,
int xOffset,
int yOffset,
JRPrintElement element,
PrintElementIndex parentIndex,
int elementIndex,
Bounds overlapBounds) |
protected void |
Tabulator.rowSplit(Table table,
Row splitRow,
Row newRow) |
protected void |
Tabulator.setElementCells(Table table,
FrameCell parentCell,
int xOffset,
int yOffset,
JRPrintElement element,
PrintElementIndex parentIndex,
int elementIndex,
DimensionRange<Column> colRange,
DimensionRange<Row> rowRange) |
Constructor and Description |
---|
TablePosition(Table table,
Column column,
Row row) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com