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 java.lang.VoidHtmlExporter.TableVisitor. visit(ElementCell cell, TablePosition position)java.lang.VoidHtmlExporter.TableVisitor. visit(FrameCell frameCell, TablePosition position)java.lang.VoidHtmlExporter.TableVisitor. visit(LayeredCell layeredCell, TablePosition position)java.lang.VoidHtmlExporter.TableVisitor. visit(NestedTableCell nestedTableCell, TablePosition position)java.lang.VoidHtmlExporter.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 TablePositionTableCell. getPosition()Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type TablePosition Modifier and Type Method Description protected TableCellTabulator.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)TableCellTabulator. getTableCell(TablePosition position, Cell cell)TableCellTabulator.TableCellCreator. visit(ElementCell cell, TablePosition position)TableCellTabulator.TableCellCreator. visit(FrameCell frameCell, TablePosition position)TableCellTabulator.TableCellCreator. visit(LayeredCell layeredCell, TablePosition position)TableCellTabulator.TableCellCreator. visit(NestedTableCell cell, TablePosition position)TableCellTabulator.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, java.awt.Color backcolor, JRLineBox box)
-