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 GridCellStyle
JRGridLayout. cellStyle(Color backcolor, Color forecolor, JRLineBox box)
GridCellStyle
JRExporterGridCell. getStyle()
Methods in net.sf.jasperreports.engine.export with parameters of type GridCellStyle Modifier and Type Method Description protected JRExporterGridCell
JRGridLayout. changeStyle(JRExporterGridCell cell, GridCellStyle newStyle)
protected EmptyGridCell
JRGridLayout. emptyCell(GridCellSize size, GridCellStyle style)
void
JRExporterGridCell. 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)
-