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.
|
Modifier and Type | Method and Description |
---|---|
void |
IconLabelElementJExcelApiHandler.exportElement(JExcelApiExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout)
Deprecated.
|
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 |
IconLabelElementXlsHandler.exportElement(JRXlsExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
void |
IconLabelElementXlsxHandler.exportElement(JRXlsxExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
void |
MapElementJExcelApiHandler.exportElement(JExcelApiExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout)
Deprecated.
|
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) |
Modifier and Type | Class and Description |
---|---|
class |
ElementGridCell |
class |
ElementReplacementGridCell |
class |
EmptyGridCell |
class |
OccupiedGridCell |
Modifier and Type | Method and Description |
---|---|
protected JRExporterGridCell |
JRGridLayout.changeStyle(JRExporterGridCell cell,
GridCellStyle newStyle) |
JRExporterGridCell |
GridRow.get(int index) |
JRExporterGridCell |
Grid.get(int row,
int column) |
JRExporterGridCell |
OccupiedGridCell.getOccupier() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXlsAbstractMetadataExporter.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.addBlankCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex)
Deprecated.
|
protected void |
JExcelApiExporter.addMergeRegion(JRExporterGridCell gridCell,
int x,
int y)
Deprecated.
|
protected java.awt.Color |
JRHtmlExporter.appendBackcolorStyle(JRExporterGridCell gridCell,
java.lang.StringBuffer styleBuffer)
Deprecated.
|
protected JRExporterGridCell |
JRGridLayout.changeStyle(JRExporterGridCell cell,
GridCellStyle newStyle) |
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,
JRXlsExporter.StyleInfo baseStyle,
short forecolor) |
void |
GenericElementJExcelApiHandler.exportElement(JExcelApiExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout)
Deprecated.
Exports a generic element.
|
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 |
JRHtmlExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell)
Deprecated.
|
protected void |
JRXlsAbstractMetadataExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
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 |
JExcelApiExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell,
int col,
int row)
Deprecated.
|
protected void |
JRHtmlExporter.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell gridCell,
int rowHeight)
Deprecated.
|
protected void |
JRXlsAbstractMetadataExporter.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell cell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
protected void |
JRXlsExporter.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
protected abstract void |
JRXlsAbstractExporter.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell cell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
protected void |
JExcelApiExporter.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout)
Deprecated.
|
void |
JExcelApiExporter.exportHyperlink(JRPrintHyperlink link,
java.lang.String description,
JRExporterGridCell gridCell,
int col,
int row)
Deprecated.
|
protected void |
JRHtmlExporter.exportImage(JRPrintImage image,
JRExporterGridCell gridCell)
Deprecated.
|
void |
JRXlsAbstractMetadataExporter.exportImage(JRPrintImage image,
JRExporterGridCell cell,
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 abstract void |
JRXlsAbstractExporter.exportImage(JRPrintImage image,
JRExporterGridCell cell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
void |
JExcelApiExporter.exportImage(JRPrintImage element,
JRExporterGridCell gridCell,
int col,
int row,
int emptyCols,
int yCutsRow,
JRGridLayout layout)
Deprecated.
|
protected void |
JRHtmlExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell)
Deprecated.
|
protected void |
JRXlsAbstractMetadataExporter.exportLine(JRPrintLine line,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
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 |
JExcelApiExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int col,
int row)
Deprecated.
|
protected void |
JRHtmlExporter.exportRectangle(JRPrintGraphicElement element,
JRExporterGridCell gridCell)
Deprecated.
|
protected void |
JRXlsAbstractMetadataExporter.exportRectangle(JRPrintGraphicElement element,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
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 |
JExcelApiExporter.exportRectangle(JRPrintGraphicElement element,
JRExporterGridCell gridCell,
int col,
int row)
Deprecated.
|
protected void |
JRHtmlExporter.exportText(JRPrintText text,
JRExporterGridCell gridCell)
Deprecated.
|
protected void |
JRXlsAbstractMetadataExporter.exportText(JRPrintText text,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
void |
JRXlsExporter.exportText(JRPrintText textElement,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected abstract void |
JRXlsAbstractExporter.exportText(JRPrintText text,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
void |
JExcelApiExporter.exportText(JRPrintText text,
JRExporterGridCell gridCell,
int col,
int row)
Deprecated.
|
protected java.lang.String |
JRHtmlExporter.getCellTag(JRExporterGridCell gridCell)
Deprecated.
|
protected JRPrintElementIndex |
JRHtmlExporter.getElementIndex(JRExporterGridCell gridCell)
Deprecated.
|
protected HSSFCellStyle |
JRXlsExporter.getLoadedCellStyle(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
HSSFFont font,
JRExporterGridCell gridCell,
boolean isWrapText,
boolean isCellLocked,
boolean isCellHidden,
boolean isShrinkToFit) |
protected HSSFCellStyle |
JRXlsExporter.initCreateCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
JRXlsExporter.StyleInfo baseStyle) |
protected boolean |
JRGridLayout.isEmpty(JRExporterGridCell cell) |
void |
Grid.set(int row,
int column,
JRExporterGridCell cell) |
protected void |
JRHtmlExporter.writeCellEnd(JRExporterGridCell gridCell)
Deprecated.
|
protected void |
JRHtmlExporter.writeCellStart(JRExporterGridCell gridCell)
Deprecated.
|
protected void |
JRHtmlExporter.writeEmptyCell(JRExporterGridCell cell,
int rowHeight)
Deprecated.
|
Constructor and Description |
---|
GridRow(JRExporterGridCell[] cells,
int offset,
int size) |
JExcelApiExporter.BoxStyle(JRExporterGridCell gridCell) |
JExcelApiExporter.StyleInfo(Pattern mode,
Colour backcolor,
int horizontalAlignment,
int verticalAlignment,
int rotation,
WritableFont font,
JRExporterGridCell gridCell,
boolean wrapText,
boolean cellLocked,
boolean shrinkToFit) |
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
HSSFFont font,
JRExporterGridCell gridCell,
boolean wrapText,
boolean cellLocked,
boolean cellHidden,
boolean shrinkToFit) |
OccupiedGridCell(JRExporterGridCell occupier) |
Modifier and Type | Method and 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.
|
void |
TableBuilder.exportEllipse(JRPrintEllipse ellipse,
JRExporterGridCell gridCell) |
protected void |
JROdtExporter.exportEllipse(TableBuilder tableBuilder,
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) |
void |
TableBuilder.exportLine(JRPrintLine line,
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.exportRectangle(JRPrintGraphicElement rectangle,
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.exportText(JRPrintText text,
JRExporterGridCell gridCell,
boolean shrinkToFit,
boolean wrapText,
boolean isIgnoreTextFormatting) |
void |
JROdsExporter.exportText(JRPrintText text,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
void |
JROdtExporter.exportText(TableBuilder tableBuilder,
JRPrintText text,
JRExporterGridCell gridCell) |
java.lang.String |
StyleCache.getCellStyle(JRExporterGridCell gridCell) |
java.lang.String |
StyleCache.getCellStyle(JRExporterGridCell gridCell,
boolean shrinkToFit,
boolean wrapText) |
protected JRPrintElementIndex |
DocumentBuilder.getElementIndex(JRExporterGridCell gridCell) |
protected java.lang.String |
DocumentBuilder.getImagePath(Renderable renderer,
JRPrintImage image,
JRExporterGridCell gridCell) |
Constructor and Description |
---|
CellStyle(WriterHelper styleWriter,
JRExporterGridCell gridCell,
boolean shrinkToFit,
boolean wrapText) |
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) |
void |
DocxTableHelper.exportEmptyCell(JRExporterGridCell gridCell,
int emptyCellColSpan,
boolean startPage,
long bookmarkIndex,
java.lang.String pageAnchor) |
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,
int yCutsRow,
JRGridLayout layout) |
void |
XlsxCellHelper.exportHeader(JRExporterGridCell gridCell,
int rowIndex,
int colIndex,
int maxColIndex)
public XlsxBorderHelper getBorderHelper()
{
return borderHelper;
}
/**
|
void |
XlsxCellHelper.exportHeader(JRExporterGridCell gridCell,
int rowIndex,
int colIndex,
int maxColIndex,
TextValue textValue,
java.lang.String pattern,
java.util.Locale locale,
boolean isWrapText,
boolean isHidden,
boolean isLocked,
boolean isShrinkToFit,
boolean isIgnoreTextFormatting,
RotationEnum rotation) |
void |
DocxCellHelper.exportHeader(JRPrintElement element,
JRExporterGridCell gridCell) |
void |
JRDocxExporter.exportImage(DocxTableHelper tableHelper,
JRPrintImage image,
JRExporterGridCell gridCell) |
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 |
JRXlsxExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
void |
DocxTableHelper.exportOccupiedCells(JRExporterGridCell gridCell) |
void |
DocxTableHelper.exportOccupiedCells(JRExporterGridCell gridCell,
boolean startPage,
long bookmarkIndex,
java.lang.String pageAnchor) |
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,
boolean isShrinkToFit,
boolean isIgnoreTextFormatting,
RotationEnum rotation) |
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 |
JRXlsxExporter.getImagePath(Renderable renderer,
boolean isLazy,
JRExporterGridCell gridCell) |
Constructor and Description |
---|
XlsxFontInfo(JRExporterGridCell gridCell,
java.lang.String fontName,
boolean isFontSizeFixEnabled) |
XlsxStyleInfo(int formatIndex,
int fontIndex,
int borderIndex,
JRExporterGridCell gridCell,
boolean isWrapText,
boolean isHidden,
boolean isLocked,
boolean isShrinkToFit,
boolean isIgnoreTextFormatting,
int rotation) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com