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 Color
HtmlExporter. appendBackcolorStyle(TableCell cell, StringBuilder styleBuffer)
protected void
HtmlExporter. appendElementCellGenericStyle(TableCell cell, StringBuilder styleBuffer)
default void
GenericElementHtmlHandler. exportElement(JRHtmlExporterContext exporterContext, JRGenericPrintElement element, TableCell cell)
Exports a generic element.protected String
HtmlExporter. getCellProperty(JRPrintElement element, TableCell cell, String key)
String
HtmlExporter. getDataAttributes(JRPrintElement element, TableCell cell)
protected JRPrintElementIndex
HtmlExporter. getElementIndex(TableCell cell)
protected void
HtmlExporter. startCell(TableCell cell)
protected void
HtmlExporter. startCell(JRPrintElement element, TableCell cell)
void
HtmlExporter.CellElementVisitor. visit(JRGenericPrintElement printElement, TableCell cell)
void
HtmlExporter.CellElementVisitor. visit(JRPrintEllipse ellipse, TableCell cell)
void
HtmlExporter.CellElementVisitor. visit(JRPrintFrame frame, TableCell cell)
void
HtmlExporter.CellElementVisitor. visit(JRPrintImage image, TableCell cell)
void
HtmlExporter.CellElementVisitor. visit(JRPrintLine line, TableCell cell)
void
HtmlExporter.CellElementVisitor. visit(JRPrintRectangle rectangle, TableCell cell)
void
HtmlExporter.CellElementVisitor. visit(JRPrintText textElement, TableCell cell)
protected void
HtmlExporter. writeEllipse(JRPrintEllipse ellipse, TableCell cell)
protected void
HtmlExporter. writeFrameCell(TableCell cell)
protected void
HtmlExporter. writeGenericElement(JRGenericPrintElement element, TableCell cell)
void
HtmlExporter. writeImage(JRPrintImage image, TableCell cell)
protected void
HtmlExporter. writeLayers(List<Table> layers, HtmlExporter.TableVisitor tableVisitor, TableCell cell)
protected void
HtmlExporter. writeLine(JRPrintLine line, TableCell cell)
protected void
HtmlExporter. writeNestedTable(Table table, HtmlExporter.TableVisitor tableVisitor, TableCell cell)
protected void
HtmlExporter. writeRectangle(JRPrintRectangle rectangle, TableCell cell)
protected void
HtmlExporter. 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 TableCell
Tabulator.TableCellCreator. createFromParent(Cell cell, TablePosition position)
TableCell
Tabulator. getTableCell(TablePosition position, Cell cell)
TableCell
Tabulator.TableCellCreator. visit(ElementCell cell, TablePosition position)
TableCell
Tabulator.TableCellCreator. visit(FrameCell frameCell, TablePosition position)
TableCell
Tabulator.TableCellCreator. visit(LayeredCell layeredCell, TablePosition position)
TableCell
Tabulator.TableCellCreator. visit(NestedTableCell cell, TablePosition position)
TableCell
Tabulator.TableCellCreator. visit(SplitCell cell, TablePosition position)
-