Uses of Class
net.sf.jasperreports.engine.export.JRGridLayout
-
Packages that use JRGridLayout Package Description net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.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.components.iconlabel net.sf.jasperreports.poi.export -
-
Uses of JRGridLayout in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRGridLayout Modifier and Type Method Description void
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.components.map
Methods in net.sf.jasperreports.components.map with parameters of type JRGridLayout Modifier and Type Method Description void
MapElementOdsHandler. exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
void
MapElementXlsHandler. exportElement(JRXlsExporterContext 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 JRGridLayout Modifier and Type Method Description protected JRGridLayout
ElementGridCell. getContainer()
JRGridLayout
ElementGridCell. getLayout()
Methods in net.sf.jasperreports.engine.export with parameters of type JRGridLayout Modifier and Type Method Description protected 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 JRGridLayout Constructor Description ElementGridCell(JRGridLayout container, PrintElementIndex parentIndex, int elementIndex, GridCellSize size)
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 JRGridLayout Modifier and Type Method Description void
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 JRGridLayout Modifier and Type Field Description protected JRGridLayout
JRDocxExporter. pageGridLayout
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRGridLayout Modifier and Type Method Description protected 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 JRGridLayout Modifier and Type Method Description void
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 JRGridLayout Modifier and Type Method Description void
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)
-