Uses of Class
net.sf.jasperreports.engine.export.GridCellSize
Packages that use GridCellSize
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 GridCellSize in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return GridCellSizeModifier and TypeMethodDescriptionprotected GridCellSizeJRGridLayout.cellSize(int width, int height, int colSpan, int rowSpan) ElementGridCell.getSize()ElementReplacementGridCell.getSize()EmptyGridCell.getSize()abstract GridCellSizeJRExporterGridCell.getSize()OccupiedGridCell.getSize()Methods in net.sf.jasperreports.engine.export with parameters of type GridCellSizeModifier and TypeMethodDescriptionprotected EmptyGridCellJRGridLayout.emptyCell(GridCellSize size, GridCellStyle style) Constructors in net.sf.jasperreports.engine.export with parameters of type GridCellSizeModifierConstructorDescriptionElementGridCell(JRGridLayout container, PrintElementIndex parentIndex, int elementIndex, GridCellSize size) EmptyGridCell(GridCellSize size, GridCellStyle style)