Uses of Class
net.sf.jasperreports.engine.export.tabulator.NestedTableCell
-
Packages that use NestedTableCell 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 NestedTableCell in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type NestedTableCell Modifier and Type Method Description Void
HtmlExporter.TableVisitor. visit(NestedTableCell nestedTableCell, TablePosition position)
-
Uses of NestedTableCell in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type NestedTableCell Modifier and Type Method Description R
CellVisitor. visit(NestedTableCell layeredCell, T arg)
Boolean
Tabulator.CollapseCheck. visit(NestedTableCell spanned, Cell cell)
Boolean
Tabulator.ParentCheck. visit(NestedTableCell nestedTableCell, FrameCell parentCell)
Cell
Tabulator.ParentDrop. visit(NestedTableCell nestedTableCell, FrameCell parent)
Boolean
Tabulator.SpanCheck. visit(NestedTableCell spanned, Cell cell)
Boolean
Tabulator.SpanRangeCheck. visit(NestedTableCell spanned, Cell cell)
TableCell
Tabulator.TableCellCreator. visit(NestedTableCell cell, TablePosition position)
-