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 TypeMethodDescriptionvoid
IconLabelElementOdsHandler.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 JRGridLayout
ElementGridCell.getContainer()
ElementGridCell.getLayout()
Methods in net.sf.jasperreports.engine.export with parameters of type JRGridLayoutModifier and TypeMethodDescriptionprotected abstract void
JRXlsAbstractExporter.exportGenericElement
(JRGenericPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected void
JRXlsAbstractMetadataExporter.exportGenericElement
(JRGenericPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected abstract void
JRXlsAbstractExporter.exportImage
(JRPrintImage image, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) void
JRXlsAbstractMetadataExporter.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) protected
JRGridLayout
(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 TypeMethodDescriptionvoid
GenericElementOdsHandler.exportElement
(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) Exports a generic element.protected void
JROdsExporter.exportGenericElement
(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected void
JROdtExporter.exportGrid
(JRGridLayout gridLayout, JRPrintElementIndex frameIndex) void
JROdsExporter.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 void
JRXlsxExporter.exportGenericElement
(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected void
JRDocxExporter.exportGrid
(JRGridLayout gridLayout, JRPrintElementIndex frameIndex) protected void
JRPptxExporter.exportGrid
(JRGridLayout gridLayout) void
JRXlsxExporter.exportImage
(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) void
DocxDocumentHelper.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 TypeMethodDescriptionvoid
IconLabelElementXlsHandler.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 TypeMethodDescriptionvoid
GenericElementXlsHandler.exportElement
(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) Exports a generic element.protected void
JRXlsExporter.exportGenericElement
(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) void
JRXlsExporter.exportImage
(JRPrintImage element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected double
JRXlsExporter.getColumnRelativePosition
(JRGridLayout layout, int col, int offset) protected double
JRXlsExporter.getRowRelativePosition
(JRGridLayout layout, int row, int offset)