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