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 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 GridCellStyleModifierConstructorDescriptionEmptyGridCell(GridCellSize size, GridCellStyle style) protectedJRExporterGridCell(GridCellStyle style)