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 |
IconLabelElementOdsHandler.exportElement(JROdsExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
void |
IconLabelElementXlsHandler.exportElement(JRXlsExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
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 |
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) |
Modifier and Type | Method and Description |
---|---|
protected JRGridLayout |
ElementGridCell.getContainer() |
JRGridLayout |
ElementGridCell.getLayout() |
Modifier and Type | Method and Description |
---|---|
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 |
JExcelApiExporter.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout)
Deprecated.
|
protected void |
JRXlsExporter.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell gridCell,
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.exportGenericElement(JRGenericPrintElement element,
JRExporterGridCell cell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
protected void |
JRHtmlExporter.exportGrid(JRGridLayout gridLayout,
boolean whitePageBackground)
Deprecated.
|
void |
JExcelApiExporter.exportImage(JRPrintImage element,
JRExporterGridCell gridCell,
int col,
int row,
int emptyCols,
int yCutsRow,
JRGridLayout layout)
Deprecated.
|
void |
JRXlsExporter.exportImage(JRPrintImage element,
JRExporterGridCell gridCell,
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.exportImage(JRPrintImage image,
JRExporterGridCell cell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
protected double |
JExcelApiExporter.getColumnRelativePosition(JRGridLayout layout,
int col,
int offset)
Deprecated.
|
protected double |
JRXlsExporter.getColumnRelativePosition(JRGridLayout layout,
int col,
int offset) |
protected double |
JExcelApiExporter.getRowRelativePosition(JRGridLayout layout,
int row,
int offset)
Deprecated.
|
protected double |
JRXlsExporter.getRowRelativePosition(JRGridLayout layout,
int row,
int offset) |
Constructor and Description |
---|
ElementGridCell(JRGridLayout container,
PrintElementIndex parentIndex,
int elementIndex,
GridCellSize size) |
JRGridLayout(JRGridLayout parent,
java.util.List<JRPrintElement> elements,
int width,
int height,
int offsetX,
int offsetY,
PrintElementIndex parentElementIndex)
Constructor.
|
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
protected JRGridLayout |
JRDocxExporter.pageGridLayout |
Modifier and Type | Method and 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) |
void |
JRXlsxExporter.exportImage(JRPrintImage image,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
void |
DocxDocumentHelper.exportSection(PrintPageFormat pageFormat,
JRGridLayout pageGridLayout,
boolean lastPage) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com