Uses of Class
net.sf.jasperreports.engine.export.GridCellStyle
Packages that use GridCellStyle
Package
Description
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 GridCellStyleMethods in net.sf.jasperreports.engine.export with parameters of type GridCellStyleModifier and TypeMethodDescriptionprotected 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 GridCellStyleModifierConstructorDescriptionEmptyGridCell
(GridCellSize size, GridCellStyle style) protected
JRExporterGridCell
(GridCellStyle style)