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