Uses of Class
net.sf.jasperreports.engine.export.tabulator.NestedTableCell
Packages that use NestedTableCell
Package
Description
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
-
Uses of NestedTableCell in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type NestedTableCellModifier and TypeMethodDescriptionHtmlExporter.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 NestedTableCellModifier and TypeMethodDescriptionCellVisitor.visit
(NestedTableCell layeredCell, T arg) Tabulator.CollapseCheck.visit
(NestedTableCell spanned, Cell cell) Tabulator.ParentCheck.visit
(NestedTableCell nestedTableCell, FrameCell parentCell) Tabulator.ParentDrop.visit
(NestedTableCell nestedTableCell, FrameCell parent) Tabulator.SpanCheck.visit
(NestedTableCell spanned, Cell cell) Tabulator.SpanRangeCheck.visit
(NestedTableCell spanned, Cell cell) Tabulator.TableCellCreator.visit
(NestedTableCell cell, TablePosition position)