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 GridCellSizeJRGridLayout. cellSize(int width, int height, int colSpan, int rowSpan)GridCellSizeElementGridCell. getSize()GridCellSizeElementReplacementGridCell. getSize()GridCellSizeEmptyGridCell. getSize()abstract GridCellSizeJRExporterGridCell. getSize()GridCellSizeOccupiedGridCell. getSize()Methods in net.sf.jasperreports.engine.export with parameters of type GridCellSize Modifier and Type Method Description protected EmptyGridCellJRGridLayout. 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)
-