Uses of Class
net.sf.jasperreports.engine.export.GridCellStyle
-
Packages that use GridCellStyle 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. -
-
Uses of GridCellStyle in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return GridCellStyle Modifier and Type Method Description protected GridCellStyleJRGridLayout. cellStyle(java.awt.Color backcolor, java.awt.Color forecolor, JRLineBox box)GridCellStyleJRExporterGridCell. getStyle()Methods in net.sf.jasperreports.engine.export with parameters of type GridCellStyle Modifier and Type Method Description protected JRExporterGridCellJRGridLayout. changeStyle(JRExporterGridCell cell, GridCellStyle newStyle)protected EmptyGridCellJRGridLayout. emptyCell(GridCellSize size, GridCellStyle style)voidJRExporterGridCell. setStyle(GridCellStyle style)Constructors in net.sf.jasperreports.engine.export with parameters of type GridCellStyle Constructor Description EmptyGridCell(GridCellSize size, GridCellStyle style)JRExporterGridCell(GridCellStyle style)
-