Uses of Class
net.sf.jasperreports.engine.export.OccupiedGridCell
-
Packages that use OccupiedGridCell 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.net.sf.jasperreports.engine.export.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.net.sf.jasperreports.poi.export -
-
Uses of OccupiedGridCell in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type OccupiedGridCell Modifier and Type Method Description protected abstract void
JRXlsAbstractExporter. addOccupiedCell(OccupiedGridCell occupiedGridCell, int colIndex, int rowIndex)
protected void
JRXlsAbstractMetadataExporter. addOccupiedCell(OccupiedGridCell occupiedGridCell, int colIndex, int rowIndex)
-
Uses of OccupiedGridCell in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type OccupiedGridCell Modifier and Type Method Description protected void
JROdsExporter. addOccupiedCell(OccupiedGridCell occupiedGridCell, int colIndex, int rowIndex)
-
Uses of OccupiedGridCell in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type OccupiedGridCell Modifier and Type Method Description protected void
JRXlsxExporter. addOccupiedCell(OccupiedGridCell occupiedGridCell, int colIndex, int rowIndex)
-
Uses of OccupiedGridCell in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type OccupiedGridCell Modifier and Type Method Description protected void
JRXlsExporter. addOccupiedCell(OccupiedGridCell occupiedGridCell, int colIndex, int rowIndex)
-