Package | Description |
---|---|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
net.sf.jasperreports.engine.export.oasis | |
net.sf.jasperreports.engine.export.ooxml |
Modifier and Type | Class and Description |
---|---|
class |
ElementGridCell |
class |
EmptyGridCell |
class |
OccupiedGridCell |
Modifier and Type | Method and Description |
---|---|
JRExporterGridCell[][] |
JRGridLayout.getGrid()
Returns the constructed element grid.
|
JRExporterGridCell |
OccupiedGridCell.getOccupier() |
Modifier and Type | Method and Description |
---|---|
protected void |
JExcelApiExporter.addBlankCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected void |
JRXlsExporter.addBlankCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected abstract void |
JRXlsAbstractExporter.addBlankCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected void |
JExcelApiExporter.addMergeRegion(JRExporterGridCell gridCell,
int x,
int y) |
protected java.awt.Color |
JRHtmlExporter.appendBackcolorStyle(JRExporterGridCell gridCell,
java.lang.StringBuffer styleBuffer) |
protected void |
JRXlsExporter.createMergeRegion(JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
HSSFCellStyle cellStyle) |
protected void |
JRXlsExporter.createTextCell(JRPrintText textElement,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
JRStyledText styledText,
net.sf.jasperreports.engine.export.StyleInfo baseStyle,
short forecolor) |
void |
GenericElementJExcelApiHandler.exportElement(JExcelApiExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex)
Exports a generic element.
|
void |
GenericElementXlsHandler.exportElement(JRXlsExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex)
Exports a generic element.
|
protected void |
JRHtmlExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell) |
protected void |
JExcelApiExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell,
int col,
int row) |
protected void |
JRXlsExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell,
int x,
int y) |
protected abstract void |
JRXlsAbstractExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
protected void |
JRHtmlExporter.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell gridCell,
int rowHeight) |
protected void |
JExcelApiExporter.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols) |
protected void |
JRXlsExporter.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols) |
protected abstract void |
JRXlsAbstractExporter.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell cell,
int colIndex,
int rowIndex,
int emptyCols) |
protected void |
JRHtmlExporter.exportImage(JRPrintImage image,
JRExporterGridCell gridCell) |
protected void |
JExcelApiExporter.exportImage(JRPrintImage element,
JRExporterGridCell gridCell,
int col,
int row,
int emptyCols) |
protected void |
JRXlsExporter.exportImage(JRPrintImage element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols) |
protected abstract void |
JRXlsAbstractExporter.exportImage(JRPrintImage image,
JRExporterGridCell cell,
int colIndex,
int rowIndex,
int emptyCols) |
protected void |
JRHtmlExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JExcelApiExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int col,
int row) |
protected void |
JRXlsExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected abstract void |
JRXlsAbstractExporter.exportLine(JRPrintLine line,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
protected void |
JRHtmlExporter.exportRectangle(JRPrintGraphicElement element,
JRExporterGridCell gridCell) |
protected void |
JExcelApiExporter.exportRectangle(JRPrintGraphicElement element,
JRExporterGridCell gridCell,
int col,
int row) |
protected void |
JRXlsExporter.exportRectangle(JRPrintGraphicElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected abstract void |
JRXlsAbstractExporter.exportRectangle(JRPrintGraphicElement element,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
protected void |
JRHtmlExporter.exportText(JRPrintText text,
JRExporterGridCell gridCell) |
void |
JExcelApiExporter.exportText(JRPrintText text,
JRExporterGridCell gridCell,
int col,
int row) |
void |
JRXlsExporter.exportText(JRPrintText textElement,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected abstract void |
JRXlsAbstractExporter.exportText(JRPrintText text,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
protected java.lang.String |
JRHtmlExporter.getCellTag(JRExporterGridCell gridCell) |
protected JRPrintElementIndex |
JRHtmlExporter.getElementIndex(JRExporterGridCell gridCell) |
protected HSSFCellStyle |
JRXlsExporter.getLoadedCellStyle(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
HSSFFont font,
JRExporterGridCell gridCell) |
protected HSSFCellStyle |
JRXlsExporter.getLoadedCellStyle(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
HSSFFont font,
JRExporterGridCell gridCell,
boolean isCellLocked,
boolean isCellHidden) |
static int |
JRGridLayout.getMaxRowHeight(JRExporterGridCell[] row) |
static int |
JRGridLayout.getRowHeight(JRExporterGridCell[] row) |
protected HSSFCellStyle |
JRXlsExporter.initCreateCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
net.sf.jasperreports.engine.export.StyleInfo baseStyle) |
protected void |
JExcelApiExporter.setCell(JRExporterGridCell gridCell,
int x,
int y) |
protected void |
JRXlsExporter.setCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected abstract void |
JRXlsAbstractExporter.setCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected void |
JRHtmlExporter.writeCellEnd(JRExporterGridCell gridCell) |
protected void |
JRHtmlExporter.writeCellStart(JRExporterGridCell gridCell) |
protected void |
JRHtmlExporter.writeEmptyCell(JRExporterGridCell cell,
int rowHeight) |
Constructor and Description |
---|
JExcelApiExporter.BoxStyle(JRExporterGridCell gridCell) |
JExcelApiExporter.StyleInfo(Pattern mode,
Colour backcolor,
int horizontalAlignment,
int verticalAlignment,
int rotation,
WritableFont font,
JRExporterGridCell gridCell) |
JExcelApiExporter.StyleInfo(Pattern mode,
Colour backcolor,
int horizontalAlignment,
int verticalAlignment,
int rotation,
WritableFont font,
JRExporterGridCell gridCell,
boolean wrapText) |
JExcelApiExporter.StyleInfo(Pattern mode,
Colour backcolor,
int horizontalAlignment,
int verticalAlignment,
int rotation,
WritableFont font,
JRExporterGridCell gridCell,
boolean wrapText,
boolean cellLocked) |
OccupiedGridCell(JRExporterGridCell occupier) |
Modifier and Type | Method and Description |
---|---|
void |
GenericElementOdsHandler.exportElement(JROdsExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell)
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) |
protected abstract void |
JROpenDocumentExporter.exportEllipse(TableBuilder tableBuilder,
JRPrintEllipse ellipse,
JRExporterGridCell gridCell) |
protected void |
JROdsExporter.exportEllipse(TableBuilder tableBuilder,
JRPrintEllipse ellipse,
JRExporterGridCell gridCell) |
protected void |
JROpenDocumentExporter.exportFrame(TableBuilder tableBuilder,
JRPrintFrame frame,
JRExporterGridCell gridCell) |
protected void |
JROdtExporter.exportGenericElement(TableBuilder tableBuilder,
JRGenericPrintElement element,
JRExporterGridCell gridCell) |
protected abstract void |
JROpenDocumentExporter.exportGenericElement(TableBuilder tableBuilder,
JRGenericPrintElement element,
JRExporterGridCell gridCell) |
protected void |
JROdsExporter.exportGenericElement(TableBuilder tableBuilder,
JRGenericPrintElement element,
JRExporterGridCell gridCell) |
protected void |
JROdtExporter.exportImage(TableBuilder tableBuilder,
JRPrintImage image,
JRExporterGridCell gridCell) |
protected abstract void |
JROpenDocumentExporter.exportImage(TableBuilder tableBuilder,
JRPrintImage image,
JRExporterGridCell gridCell) |
protected void |
JROdsExporter.exportImage(TableBuilder tableBuilder,
JRPrintImage image,
JRExporterGridCell gridCell) |
protected void |
JROdtExporter.exportLine(TableBuilder tableBuilder,
JRPrintLine line,
JRExporterGridCell gridCell) |
protected abstract void |
JROpenDocumentExporter.exportLine(TableBuilder tableBuilder,
JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JROdsExporter.exportLine(TableBuilder tableBuilder,
JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JROpenDocumentExporter.exportRectangle(TableBuilder tableBuilder,
JRPrintRectangle rectangle,
JRExporterGridCell gridCell) |
void |
JROpenDocumentExporter.exportText(TableBuilder tableBuilder,
JRPrintText text,
JRExporterGridCell gridCell) |
java.lang.String |
StyleCache.getCellStyle(JRExporterGridCell gridCell) |
protected JRPrintElementIndex |
JROpenDocumentExporter.getElementIndex(JRExporterGridCell gridCell) |
protected java.lang.String |
JROpenDocumentExporter.getImagePath(JRRenderable renderer,
boolean isLazy,
JRExporterGridCell gridCell) |
Constructor and Description |
---|
CellStyle(java.io.Writer styleWriter,
JRExporterGridCell gridCell) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXlsxExporter.addBlankCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
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) |
protected void |
JRDocxExporter.exportFrame(DocxTableHelper tableHelper,
JRPrintFrame frame,
JRExporterGridCell gridCell)
In 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) |
void |
XlsxCellHelper.exportHeader(JRExporterGridCell gridCell,
int rowIndex,
int colIndex)
public XlsxBorderHelper getBorderHelper()
{
return borderHelper;
}
/**
|
void |
XlsxCellHelper.exportHeader(JRExporterGridCell gridCell,
int rowIndex,
int colIndex,
TextValue textValue,
java.lang.String pattern,
java.util.Locale locale,
boolean isWrapText,
boolean isHidden,
boolean isLocked) |
void |
DocxCellHelper.exportHeader(JRPrintElement element,
JRExporterGridCell gridCell) |
protected void |
JRDocxExporter.exportImage(DocxTableHelper tableHelper,
JRPrintImage image,
JRExporterGridCell gridCell) |
protected void |
JRXlsxExporter.exportImage(JRPrintImage image,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols) |
protected void |
JRDocxExporter.exportLine(DocxTableHelper tableHelper,
JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JRXlsxExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
void |
DocxTableHelper.exportOccupiedCells(JRExporterGridCell gridCell) |
void |
DocxCellHelper.exportProps(JRExporterGridCell gridCell) |
void |
DocxCellHelper.exportProps(JRPrintElement element,
JRExporterGridCell gridCell) |
protected void |
JRDocxExporter.exportRectangle(DocxTableHelper tableHelper,
JRPrintRectangle rectangle,
JRExporterGridCell gridCell) |
protected void |
JRXlsxExporter.exportRectangle(JRPrintGraphicElement rectangle,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
void |
JRDocxExporter.exportText(DocxTableHelper tableHelper,
JRPrintText text,
JRExporterGridCell gridCell) |
void |
JRXlsxExporter.exportText(JRPrintText text,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
int |
XlsxBorderHelper.getBorder(JRExporterGridCell gridCell) |
int |
XlsxStyleHelper.getCellStyle(JRExporterGridCell gridCell,
java.lang.String pattern,
java.util.Locale locale,
boolean isWrapText,
boolean isHidden,
boolean isLocked) |
protected JRPrintElementIndex |
JRDocxExporter.getElementIndex(JRExporterGridCell gridCell) |
protected JRPrintElementIndex |
JRXlsxExporter.getElementIndex(JRExporterGridCell gridCell) |
int |
XlsxFontHelper.getFont(JRExporterGridCell gridCell,
java.util.Locale locale) |
protected java.lang.String |
JRDocxExporter.getImagePath(JRRenderable renderer,
boolean isLazy,
JRExporterGridCell gridCell) |
protected java.lang.String |
JRXlsxExporter.getImagePath(JRRenderable renderer,
boolean isLazy,
JRExporterGridCell gridCell) |
protected void |
JRXlsxExporter.setCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
Constructor and Description |
---|
XlsxFontInfo(JRExporterGridCell gridCell,
java.lang.String fontName) |
XlsxStyleInfo(int formatIndex,
int fontIndex,
int borderIndex,
JRExporterGridCell gridCell,
boolean isWrapText,
boolean isHidden,
boolean isLocked) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com