Uses of Class
net.sf.jasperreports.engine.export.JRExporterGridCell
-
Packages that use JRExporterGridCell 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 JRExporterGridCell in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRExporterGridCell Modifier and Type Method Description void
IconLabelElementDocxHandler. exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
void
IconLabelElementOdsHandler. exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
void
IconLabelElementOdtHandler. exportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
void
IconLabelElementXlsxHandler. exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)
-
Uses of JRExporterGridCell in net.sf.jasperreports.components.map
Methods in net.sf.jasperreports.components.map with parameters of type JRExporterGridCell Modifier and Type Method Description void
MapElementDocxHandler. exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
void
MapElementOdsHandler. exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
void
MapElementOdtHandler. exportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
void
MapElementXlsHandler. exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
void
MapElementXlsxHandler. 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.export Modifier and Type Class Description class
ElementGridCell
class
ElementReplacementGridCell
class
EmptyGridCell
class
OccupiedGridCell
Methods in net.sf.jasperreports.engine.export that return JRExporterGridCell Modifier and Type Method Description protected JRExporterGridCell
JRGridLayout. changeStyle(JRExporterGridCell cell, GridCellStyle newStyle)
JRExporterGridCell
Grid. get(int row, int column)
JRExporterGridCell
GridRow. get(int index)
JRExporterGridCell
OccupiedGridCell. getOccupier()
Methods in net.sf.jasperreports.engine.export with parameters of type JRExporterGridCell Modifier and Type Method Description protected abstract void
JRXlsAbstractExporter. addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
protected void
JRXlsAbstractMetadataExporter. addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
protected JRExporterGridCell
JRGridLayout. changeStyle(JRExporterGridCell cell, GridCellStyle newStyle)
protected abstract void
JRXlsAbstractExporter. exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex)
protected void
JRXlsAbstractMetadataExporter. exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex)
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)
protected abstract void
JRXlsAbstractExporter. exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex)
protected void
JRXlsAbstractMetadataExporter. exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex)
protected abstract void
JRXlsAbstractExporter. exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex)
protected void
JRXlsAbstractMetadataExporter. exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex)
protected abstract void
JRXlsAbstractExporter. exportText(JRPrintText text, JRExporterGridCell cell, int colIndex, int rowIndex)
protected void
JRXlsAbstractMetadataExporter. exportText(JRPrintText text, JRExporterGridCell cell, int colIndex, int rowIndex)
protected boolean
JRGridLayout. isEmpty(JRExporterGridCell cell)
void
Grid. set(int row, int column, JRExporterGridCell cell)
Constructors in net.sf.jasperreports.engine.export with parameters of type JRExporterGridCell Constructor Description GridRow(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 JRExporterGridCell Modifier and Type Method Description protected void
JROdsExporter. addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
void
GenericElementOdsHandler. exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
Exports a generic element.void
GenericElementOdtHandler. exportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
Exports a generic element.protected void
JROdtExporter. exportEllipse(TableBuilder tableBuilder, JRPrintEllipse ellipse, JRExporterGridCell gridCell)
void
TableBuilder. exportEllipse(JRPrintEllipse ellipse, JRExporterGridCell gridCell)
protected void
JROdsExporter. exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex)
protected void
JROdtExporter. exportFrame(TableBuilder tableBuilder, JRPrintFrame frame, JRExporterGridCell gridCell)
protected void
JROdsExporter. exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
protected void
JROdtExporter. exportGenericElement(TableBuilder tableBuilder, JRGenericPrintElement element, JRExporterGridCell gridCell)
void
JROdsExporter. exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
void
JROdtExporter. exportImage(TableBuilder tableBuilder, JRPrintImage image, JRExporterGridCell gridCell)
protected void
JROdsExporter. exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
protected void
JROdtExporter. exportLine(TableBuilder tableBuilder, JRPrintLine line, JRExporterGridCell gridCell)
void
TableBuilder. exportLine(JRPrintLine line, JRExporterGridCell gridCell)
protected void
JROdsExporter. exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex)
protected void
JROdtExporter. exportRectangle(TableBuilder tableBuilder, JRPrintRectangle rectangle, JRExporterGridCell gridCell)
void
TableBuilder. exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell)
void
JROdsExporter. exportText(JRPrintText text, JRExporterGridCell gridCell, int colIndex, int rowIndex)
void
JROdtExporter. exportText(TableBuilder tableBuilder, JRPrintText text, JRExporterGridCell gridCell)
void
TableBuilder. exportText(JRPrintText text, JRExporterGridCell gridCell, boolean shrinkToFit, boolean wrapText, boolean isIgnoreTextFormatting)
String
StyleCache. getCellStyle(JRExporterGridCell gridCell)
String
StyleCache. getCellStyle(JRExporterGridCell gridCell, boolean shrinkToFit, boolean wrapText)
protected JRPrintElementIndex
DocumentBuilder. getElementIndex(JRExporterGridCell gridCell)
protected String
DocumentBuilder. getImagePath(Renderable renderer, Dimension dimension, Color backcolor, JRExporterGridCell gridCell, RenderersCache imageRenderersCache)
Constructors in net.sf.jasperreports.engine.export.oasis with parameters of type JRExporterGridCell Constructor Description CellStyle(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 JRExporterGridCell Modifier and Type Method Description protected void
JRXlsxExporter. addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
void
PptxCellHelper. exportBackcolor(JRExporterGridCell gridCell)
protected void
PptxBorderHelper. exportBorder(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)
void
GenericElementDocxHandler. exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
Exports a generic element.void
GenericElementXlsxHandler. exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)
Exports a generic element.protected void
JRDocxExporter. exportEllipse(DocxTableHelper tableHelper, JRPrintEllipse ellipse, JRExporterGridCell gridCell)
void
DocxTableHelper. exportEmptyCell(JRExporterGridCell gridCell, int emptyCellColSpan)
void
DocxTableHelper. exportEmptyCell(JRExporterGridCell gridCell, int emptyCellColSpan, boolean startPage, long bookmarkIndex, String pageAnchor)
void
PptxTableHelper. exportEmptyCell(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)
protected void
JRDocxExporter. exportFrame(DocxTableHelper tableHelper, JRPrintFrame frame, JRExporterGridCell gridCell)
In deep grids, this is called only for empty frames.protected void
JRPptxExporter. 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 void
JRXlsxExporter. exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int colIndex, int rowIndex)
protected void
JRDocxExporter. exportGenericElement(DocxTableHelper tableHelper, JRGenericPrintElement element, JRExporterGridCell gridCell)
protected void
JRXlsxExporter. exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
void
DocxCellHelper. exportHeader(JRPrintElement element, JRExporterGridCell gridCell)
void
PptxCellHelper. exportHeader(JRExporterGridCell gridCell)
void
XlsxCellHelper. 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)
void
XlsxCellHelper. 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)
void
XlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, JRXlsAbstractExporter.SheetInfo sheetInfo)
public XlsxBorderHelper getBorderHelper() { return borderHelper; } /**void
XlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)
void
JRDocxExporter. exportImage(DocxTableHelper tableHelper, JRPrintImage image, JRExporterGridCell gridCell)
void
JRPptxExporter. exportImage(PptxTableHelper tableHelper, JRPrintImage image, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)
void
JRXlsxExporter. exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
protected void
JRDocxExporter. exportLine(DocxTableHelper tableHelper, JRPrintLine line, JRExporterGridCell gridCell)
protected void
JRPptxExporter. exportLine(PptxTableHelper tableHelper, JRPrintLine line, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)
protected void
JRXlsxExporter. exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
void
DocxTableHelper. exportOccupiedCells(JRExporterGridCell gridCell)
void
DocxTableHelper. exportOccupiedCells(JRExporterGridCell gridCell, boolean startPage, long bookmarkIndex, String pageAnchor)
void
PptxTableHelper. exportOccupiedCells(JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)
void
DocxCellHelper. exportProps(JRExporterGridCell gridCell)
void
DocxCellHelper. exportProps(JRPrintElement element, JRExporterGridCell gridCell)
protected void
JRDocxExporter. exportRectangle(DocxTableHelper tableHelper, JRPrintRectangle rectangle, JRExporterGridCell gridCell)
protected void
JRPptxExporter. exportRectangle(PptxTableHelper tableHelper, JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)
protected void
JRXlsxExporter. exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex)
void
JRDocxExporter. exportText(DocxTableHelper tableHelper, JRPrintText text, JRExporterGridCell gridCell)
void
JRPptxExporter. exportText(PptxTableHelper tableHelper, JRPrintText text, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)
void
JRXlsxExporter. exportText(JRPrintText text, JRExporterGridCell gridCell, int colIndex, int rowIndex)
int
XlsxBorderHelper. getBorder(JRExporterGridCell gridCell, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)
int
XlsxStyleHelper. 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 JRPrintElementIndex
JRDocxExporter. getElementIndex(JRExporterGridCell gridCell)
protected JRPrintElementIndex
JRPptxExporter. getElementIndex(JRExporterGridCell gridCell)
protected JRPrintElementIndex
JRXlsxExporter. getElementIndex(JRExporterGridCell gridCell)
int
XlsxFontHelper. getFont(JRExporterGridCell gridCell, Locale locale)
protected void
JRPptxExporter. setBox4Cell(JRExporterGridCell gridCell)
protected void
JRPptxExporter. setBox4Line(JRPrintLine line, JRExporterGridCell gridCell)
protected void
JRPptxExporter. setBox4Rectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell)
Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type JRExporterGridCell Constructor Description XlsxStyleInfo(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 JRExporterGridCell 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 JRExporterGridCell in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRExporterGridCell Modifier and Type Method Description protected void
JRXlsExporter. addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
protected void
JRXlsExporter. createMergeRegion(JRExporterGridCell gridCell, int colIndex, int rowIndex, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
protected void
JRXlsExporter. createTextCell(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex, JRStyledText styledText, JRXlsExporter.StyleInfo baseStyle, short forecolor)
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. exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int x, int y)
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 void
JRXlsExporter. exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
protected void
JRXlsExporter. exportRectangle(JRPrintGraphicElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)
void
JRXlsExporter. exportText(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex)
protected org.apache.poi.hssf.usermodel.HSSFCellStyle
JRXlsExporter. 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.HSSFCellStyle
JRXlsExporter. initCreateCell(JRExporterGridCell gridCell, int colIndex, int rowIndex, JRXlsExporter.StyleInfo baseStyle)
Constructors in net.sf.jasperreports.poi.export with parameters of type JRExporterGridCell Constructor Description StyleInfo(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)
-