Uses of Class
net.sf.jasperreports.engine.export.tabulator.TableCell
-
Packages that use TableCell 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 TableCell in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type TableCell Modifier and Type Method Description protected java.awt.ColorHtmlExporter. appendBackcolorStyle(TableCell cell, java.lang.StringBuilder styleBuffer)protected voidHtmlExporter. appendElementCellGenericStyle(TableCell cell, java.lang.StringBuilder styleBuffer)default voidGenericElementHtmlHandler. exportElement(JRHtmlExporterContext exporterContext, JRGenericPrintElement element, TableCell cell)Exports a generic element.protected java.lang.StringHtmlExporter. getCellProperty(JRPrintElement element, TableCell cell, java.lang.String key)java.lang.StringHtmlExporter. getDataAttributes(JRPrintElement element, TableCell cell)protected JRPrintElementIndexHtmlExporter. getElementIndex(TableCell cell)protected voidHtmlExporter. startCell(TableCell cell)protected voidHtmlExporter. startCell(JRPrintElement element, TableCell cell)voidHtmlExporter.CellElementVisitor. visit(JRGenericPrintElement printElement, TableCell cell)voidHtmlExporter.CellElementVisitor. visit(JRPrintEllipse ellipse, TableCell cell)voidHtmlExporter.CellElementVisitor. visit(JRPrintFrame frame, TableCell cell)voidHtmlExporter.CellElementVisitor. visit(JRPrintImage image, TableCell cell)voidHtmlExporter.CellElementVisitor. visit(JRPrintLine line, TableCell cell)voidHtmlExporter.CellElementVisitor. visit(JRPrintRectangle rectangle, TableCell cell)voidHtmlExporter.CellElementVisitor. visit(JRPrintText textElement, TableCell cell)protected voidHtmlExporter. writeEllipse(JRPrintEllipse ellipse, TableCell cell)protected voidHtmlExporter. writeFrameCell(TableCell cell)protected voidHtmlExporter. writeGenericElement(JRGenericPrintElement element, TableCell cell)voidHtmlExporter. writeImage(JRPrintImage image, TableCell cell)protected voidHtmlExporter. writeLayers(java.util.List<Table> layers, HtmlExporter.TableVisitor tableVisitor, TableCell cell)protected voidHtmlExporter. writeLine(JRPrintLine line, TableCell cell)protected voidHtmlExporter. writeNestedTable(Table table, HtmlExporter.TableVisitor tableVisitor, TableCell cell)protected voidHtmlExporter. writeRectangle(JRPrintRectangle rectangle, TableCell cell)protected voidHtmlExporter. writeText(JRPrintText text, TableCell cell)Constructor parameters in net.sf.jasperreports.engine.export with type arguments of type TableCell Constructor Description TableVisitor(Tabulator tabulator, PrintElementVisitor<TableCell> elementVisitor) -
Uses of TableCell in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator that return TableCell Modifier and Type Method Description protected TableCellTabulator.TableCellCreator. createFromParent(Cell cell, TablePosition position)TableCellTabulator. getTableCell(TablePosition position, Cell cell)TableCellTabulator.TableCellCreator. visit(ElementCell cell, TablePosition position)TableCellTabulator.TableCellCreator. visit(FrameCell frameCell, TablePosition position)TableCellTabulator.TableCellCreator. visit(LayeredCell layeredCell, TablePosition position)TableCellTabulator.TableCellCreator. visit(NestedTableCell cell, TablePosition position)TableCellTabulator.TableCellCreator. visit(SplitCell cell, TablePosition position)
-