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 java.lang.VoidHtmlExporter.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 RCellVisitor. visit(NestedTableCell layeredCell, T arg)java.lang.BooleanTabulator.CollapseCheck. visit(NestedTableCell spanned, Cell cell)java.lang.BooleanTabulator.ParentCheck. visit(NestedTableCell nestedTableCell, FrameCell parentCell)CellTabulator.ParentDrop. visit(NestedTableCell nestedTableCell, FrameCell parent)java.lang.BooleanTabulator.SpanCheck. visit(NestedTableCell spanned, Cell cell)java.lang.BooleanTabulator.SpanRangeCheck. visit(NestedTableCell spanned, Cell cell)TableCellTabulator.TableCellCreator. visit(NestedTableCell cell, TablePosition position)
-