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