Uses of Class
net.sf.jasperreports.engine.export.JRExporterGridCell
Packages that use JRExporterGridCell
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 JRExporterGridCell in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRExporterGridCellModifier and TypeMethodDescriptionvoidIconLabelElementDocxHandler.exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) voidIconLabelElementOdsHandler.exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidIconLabelElementOdtHandler.exportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) voidIconLabelElementXlsxHandler.exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex) -
Uses of JRExporterGridCell in net.sf.jasperreports.engine.export
Subclasses of JRExporterGridCell in net.sf.jasperreports.engine.exportModifier and TypeClassDescriptionclassclassclassclassMethods in net.sf.jasperreports.engine.export that return JRExporterGridCellModifier and TypeMethodDescriptionprotected JRExporterGridCellJRGridLayout.changeStyle(JRExporterGridCell cell, GridCellStyle newStyle) Grid.get(int row, int column) GridRow.get(int index) OccupiedGridCell.getOccupier()Methods in net.sf.jasperreports.engine.export with parameters of type JRExporterGridCellModifier and TypeMethodDescriptionprotected abstract voidJRXlsAbstractExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidJRXlsAbstractMetadataExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex) protected JRExporterGridCellJRGridLayout.changeStyle(JRExporterGridCell cell, GridCellStyle newStyle) protected abstract voidJRXlsAbstractExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex) protected voidJRXlsAbstractMetadataExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex) protected 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) protected abstract voidJRXlsAbstractExporter.exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex) protected voidJRXlsAbstractMetadataExporter.exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex) protected abstract voidJRXlsAbstractExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex) protected voidJRXlsAbstractMetadataExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex) protected abstract voidJRXlsAbstractExporter.exportText(JRPrintText text, JRExporterGridCell cell, int colIndex, int rowIndex) protected voidJRXlsAbstractMetadataExporter.exportText(JRPrintText text, JRExporterGridCell cell, int colIndex, int rowIndex) protected booleanJRGridLayout.isEmpty(JRExporterGridCell cell) voidGrid.set(int row, int column, JRExporterGridCell cell) Constructors in net.sf.jasperreports.engine.export with parameters of type JRExporterGridCellModifierConstructorDescriptionGridRow(JRExporterGridCell[] cells, int offset, int size) OccupiedGridCell(JRExporterGridCell occupier) -
Uses of JRExporterGridCell in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRExporterGridCellModifier and TypeMethodDescriptionprotected voidJROdsExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex) voidGenericElementOdsHandler.exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) Exports a generic element.voidGenericElementOdtHandler.exportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) Exports a generic element.protected voidJROdtExporter.exportEllipse(TableBuilder tableBuilder, JRPrintEllipse ellipse, JRExporterGridCell gridCell) voidTableBuilder.exportEllipse(JRPrintEllipse ellipse, JRExporterGridCell gridCell) protected voidJROdsExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex) protected voidJROdtExporter.exportFrame(TableBuilder tableBuilder, JRPrintFrame frame, JRExporterGridCell gridCell) protected voidJROdsExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidJROdtExporter.exportGenericElement(TableBuilder tableBuilder, JRGenericPrintElement element, JRExporterGridCell gridCell) voidJROdsExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidJROdtExporter.exportImage(TableBuilder tableBuilder, JRPrintImage image, JRExporterGridCell gridCell) protected voidJROdsExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidJROdtExporter.exportLine(TableBuilder tableBuilder, JRPrintLine line, JRExporterGridCell gridCell) voidTableBuilder.exportLine(JRPrintLine line, JRExporterGridCell gridCell) protected voidJROdsExporter.exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidJROdtExporter.exportRectangle(TableBuilder tableBuilder, JRPrintRectangle rectangle, JRExporterGridCell gridCell) voidTableBuilder.exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell) voidJROdsExporter.exportText(JRPrintText text, JRExporterGridCell gridCell, int colIndex, int rowIndex) voidJROdtExporter.exportText(TableBuilder tableBuilder, JRPrintText text, JRExporterGridCell gridCell) voidTableBuilder.exportText(JRPrintText text, JRExporterGridCell gridCell, boolean shrinkToFit, boolean wrapText, boolean isIgnoreTextFormatting) StyleCache.getCellStyle(JRExporterGridCell gridCell) StyleCache.getCellStyle(JRExporterGridCell gridCell, boolean shrinkToFit, boolean wrapText) protected JRPrintElementIndexDocumentBuilder.getElementIndex(JRExporterGridCell gridCell) protected StringDocumentBuilder.getImagePath(Renderable renderer, Dimension dimension, Color backcolor, JRExporterGridCell gridCell, RenderersCache imageRenderersCache) Constructors in net.sf.jasperreports.engine.export.oasis with parameters of type JRExporterGridCellModifierConstructorDescriptionCellStyle(WriterHelper styleWriter, JRExporterGridCell gridCell, boolean shrinkToFit, boolean wrapText) -
Uses of JRExporterGridCell in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRExporterGridCellModifier and TypeMethodDescriptionprotected voidJRXlsxExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex) voidPptxCellHelper.exportBackcolor(JRExporterGridCell gridCell) protected voidPptxBorderHelper.exportBorder(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) voidGenericElementDocxHandler.exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) Exports a generic element.voidGenericElementXlsxHandler.exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex) Exports a generic element.protected voidJRDocxExporter.exportEllipse(DocxTableHelper tableHelper, JRPrintEllipse ellipse, JRExporterGridCell gridCell) voidDocxTableHelper.exportEmptyCell(JRExporterGridCell gridCell, int emptyCellColSpan, boolean startPage, long bookmarkIndex, String pageAnchor) voidPptxTableHelper.exportEmptyCell(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) protected voidJRDocxExporter.exportFrame(DocxTableHelper tableHelper, JRPrintFrame frame, JRExporterGridCell gridCell) In deep grids, this is called only for empty frames.protected voidJRPptxExporter.exportFrame(PptxTableHelper tableHelper, JRPrintFrame frame, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) Since in PPTX we only have deep grids, this is called only for empty frames.protected voidJRXlsxExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidJRDocxExporter.exportGenericElement(DocxTableHelper tableHelper, JRGenericPrintElement element, JRExporterGridCell gridCell) protected voidJRXlsxExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidDocxCellHelper.exportHeader(JRPrintElement element, JRExporterGridCell gridCell) voidPptxCellHelper.exportHeader(JRExporterGridCell gridCell) voidXlsxCellHelper.exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo) voidXlsxCellHelper.exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction) voidXlsxCellHelper.exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, JRXlsAbstractExporter.SheetInfo sheetInfo) public XlsxBorderHelper getBorderHelper() { return borderHelper; } /**voidXlsxCellHelper.exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction) voidJRDocxExporter.exportImage(DocxTableHelper tableHelper, JRPrintImage image, JRExporterGridCell gridCell) voidJRPptxExporter.exportImage(PptxTableHelper tableHelper, JRPrintImage image, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) voidJRXlsxExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidJRDocxExporter.exportLine(DocxTableHelper tableHelper, JRPrintLine line, JRExporterGridCell gridCell) protected voidJRPptxExporter.exportLine(PptxTableHelper tableHelper, JRPrintLine line, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) protected voidJRXlsxExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex) voidDocxTableHelper.exportOccupiedCells(JRExporterGridCell gridCell, boolean startPage, long bookmarkIndex, String pageAnchor) voidPptxTableHelper.exportOccupiedCells(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) voidDocxCellHelper.exportProps(JRExporterGridCell gridCell) voidDocxCellHelper.exportProps(JRPrintElement element, JRExporterGridCell gridCell) protected voidJRDocxExporter.exportRectangle(DocxTableHelper tableHelper, JRPrintRectangle rectangle, JRExporterGridCell gridCell) protected voidJRPptxExporter.exportRectangle(PptxTableHelper tableHelper, JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) protected voidJRXlsxExporter.exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex) voidJRDocxExporter.exportText(DocxTableHelper tableHelper, JRPrintText text, JRExporterGridCell gridCell) voidJRPptxExporter.exportText(PptxTableHelper tableHelper, JRPrintText text, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) voidJRXlsxExporter.exportText(JRPrintText text, JRExporterGridCell gridCell, int colIndex, int rowIndex) intXlsxBorderHelper.getBorder(JRExporterGridCell gridCell, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction) intXlsxStyleHelper.getCellStyle(JRExporterGridCell gridCell, JRPrintElement element, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction) protected JRPrintElementIndexJRDocxExporter.getElementIndex(JRExporterGridCell gridCell) protected JRPrintElementIndexJRPptxExporter.getElementIndex(JRExporterGridCell gridCell) protected JRPrintElementIndexJRXlsxExporter.getElementIndex(JRExporterGridCell gridCell) intXlsxFontHelper.getFont(JRExporterGridCell gridCell, Locale locale) protected voidJRPptxExporter.setBox4Cell(JRExporterGridCell gridCell) protected voidJRPptxExporter.setBox4Line(JRPrintLine line, JRExporterGridCell gridCell) protected voidJRPptxExporter.setBox4Rectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell) Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type JRExporterGridCellModifierConstructorDescriptionXlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRExporterGridCell gridCell, JRPrintElement element, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction) -
Uses of JRExporterGridCell in net.sf.jasperreports.poi.components.iconlabel
Methods in net.sf.jasperreports.poi.components.iconlabel with parameters of type JRExporterGridCellModifier and TypeMethodDescriptionvoidIconLabelElementXlsHandler.exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) -
Uses of JRExporterGridCell in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRExporterGridCellModifier and TypeMethodDescriptionprotected voidJRXlsExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidJRXlsExporter.createMergeRegion(JRExporterGridCell gridCell, int colIndex, int rowIndex, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle) protected voidJRXlsExporter.createTextCell(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex, JRStyledText styledText, JRXlsExporter.StyleInfo baseStyle, short forecolor) voidGenericElementXlsHandler.exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) Exports a generic element.protected voidJRXlsExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int x, int y) 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 voidJRXlsExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidJRXlsExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex) voidJRXlsExporter.exportText(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected org.apache.poi.hssf.usermodel.HSSFCellStyleJRXlsExporter.getLoadedCellStyle(org.apache.poi.ss.usermodel.FillPatternType mode, short backcolor, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, short rotation, org.apache.poi.hssf.usermodel.HSSFFont font, JRExporterGridCell gridCell, boolean isWrapText, boolean isCellLocked, boolean isCellHidden, boolean isShrinkToFit) protected org.apache.poi.hssf.usermodel.HSSFCellStyleJRXlsExporter.initCreateCell(JRExporterGridCell gridCell, int colIndex, int rowIndex, JRXlsExporter.StyleInfo baseStyle) Constructors in net.sf.jasperreports.poi.export with parameters of type JRExporterGridCellModifierConstructorDescriptionStyleInfo(org.apache.poi.ss.usermodel.FillPatternType mode, short backcolor, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, short rotation, org.apache.poi.hssf.usermodel.HSSFFont font, JRExporterGridCell gridCell, boolean wrapText, boolean cellLocked, boolean cellHidden, boolean shrinkToFit)