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