Uses of Class
net.sf.jasperreports.engine.export.JRGridLayout
Packages that use JRGridLayout
Package
Description
Contains classes for the built-in Icon Label component.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
-
Uses of JRGridLayout in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRGridLayoutModifier and TypeMethodDescriptionvoidIconLabelElementOdsHandler.exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) -
Uses of JRGridLayout in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return JRGridLayoutModifier and TypeMethodDescriptionprotected JRGridLayoutElementGridCell.getContainer()ElementGridCell.getLayout()Methods in net.sf.jasperreports.engine.export with parameters of type JRGridLayoutModifier and TypeMethodDescriptionprotected abstract voidJRXlsAbstractExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidJRXlsAbstractMetadataExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected abstract voidJRXlsAbstractExporter.exportImage(JRPrintImage image, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidJRXlsAbstractMetadataExporter.exportImage(JRPrintImage image, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) Constructors in net.sf.jasperreports.engine.export with parameters of type JRGridLayoutModifierConstructorDescriptionElementGridCell(JRGridLayout container, PrintElementIndex parentIndex, int elementIndex, GridCellSize size) protectedJRGridLayout(JRGridLayout parent, List<JRPrintElement> elements, int width, int height, int offsetX, int offsetY, PrintElementIndex parentElementIndex) Constructor. -
Uses of JRGridLayout in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRGridLayoutModifier and TypeMethodDescriptionvoidGenericElementOdsHandler.exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) Exports a generic element.protected voidJROdsExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidJROdtExporter.exportGrid(JRGridLayout gridLayout, JRPrintElementIndex frameIndex) voidJROdsExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) -
Uses of JRGridLayout in net.sf.jasperreports.engine.export.ooxml
Fields in net.sf.jasperreports.engine.export.ooxml declared as JRGridLayoutMethods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRGridLayoutModifier and TypeMethodDescriptionprotected voidJRXlsxExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidJRDocxExporter.exportGrid(JRGridLayout gridLayout, JRPrintElementIndex frameIndex) protected voidJRPptxExporter.exportGrid(JRGridLayout gridLayout) voidJRXlsxExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidDocxDocumentHelper.exportSection(PrintPageFormat pageFormat, JRGridLayout pageGridLayout, int headerIndex, boolean lastPage) -
Uses of JRGridLayout in net.sf.jasperreports.poi.components.iconlabel
Methods in net.sf.jasperreports.poi.components.iconlabel with parameters of type JRGridLayoutModifier and TypeMethodDescriptionvoidIconLabelElementXlsHandler.exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) -
Uses of JRGridLayout in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRGridLayoutModifier and TypeMethodDescriptionvoidGenericElementXlsHandler.exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) Exports a generic element.protected voidJRXlsExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidJRXlsExporter.exportImage(JRPrintImage element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected doubleJRXlsExporter.getColumnRelativePosition(JRGridLayout layout, int col, int offset) protected doubleJRXlsExporter.getRowRelativePosition(JRGridLayout layout, int row, int offset)