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