Uses of Class
net.sf.jasperreports.engine.export.tabulator.TableCell.CellType
-
Packages that use TableCell.CellType 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.CellType in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type TableCell.CellType Modifier and Type Method Description protected voidHtmlExporter. endCell(TableCell.CellType cellType)protected voidHtmlExporter. startCell(int colSpan, int rowSpan, TableCell.CellType cellType) -
Uses of TableCell.CellType in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator that return TableCell.CellType Modifier and Type Method Description TableCell.CellTypeTableCell. getCellType()protected TableCell.CellTypeTabulator.TableCellCreator. getCellType(BaseElementCell cell)static TableCell.CellTypeTableCell.CellType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableCell.CellType[]TableCell.CellType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type TableCell.CellType Modifier and Type Method Description voidTableCell. setCellType(TableCell.CellType cellType)Constructors in net.sf.jasperreports.engine.export.tabulator with parameters of type TableCell.CellType Constructor Description TableCell(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, TableCell.CellType cellType, int colSpan, int rowSpan, Color backcolor, JRLineBox box)
-