Uses of Class
net.sf.jasperreports.engine.export.tabulator.TablePosition
-
Packages that use TablePosition 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 -
-
Uses of TablePosition in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type TablePosition Modifier and Type Method 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(NestedTableCell nestedTableCell, TablePosition position)
Void
HtmlExporter.TableVisitor. visit(SplitCell cell, TablePosition position)
-
Uses of TablePosition in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator that return TablePosition Modifier and Type Method Description TablePosition
TableCell. getPosition()
Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type TablePosition Modifier and Type Method Description protected TableCell
Tabulator.TableCellCreator. createFromParent(Cell cell, TablePosition position)
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(NestedTableCell cell, TablePosition position)
TableCell
Tabulator.TableCellCreator. visit(SplitCell cell, TablePosition position)
Constructors in net.sf.jasperreports.engine.export.tabulator with parameters of type TablePosition Constructor Description TableCell(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, TableCell.CellType cellType, int colSpan, int rowSpan, Color backcolor, JRLineBox box)
-