| Package | Description |
|---|---|
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through fa�ade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
| 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 | Method and Description |
|---|---|
static JRPrintElementIndex |
JRPrintElementIndex.parsePrintElementIndex(String indexStr)
Parses a String representation as obtained by
toString() back
into an element index instance. |
| Modifier and Type | Field and Description |
|---|---|
protected List<JRPrintElementIndex> |
JRXhtmlExporter.imagesToProcess |
protected List<JRPrintElementIndex> |
JRHtmlExporter.imagesToProcess |
| Modifier and Type | Method and Description |
|---|---|
protected JRPrintElementIndex |
JRXhtmlExporter.getElementIndex() |
protected JRPrintElementIndex |
JRHtmlExporter.getElementIndex(JRExporterGridCell gridCell) |
static JRPrintElementIndex |
JRXhtmlExporter.getPrintElementIndex(String imageName) |
static JRPrintElementIndex |
JRHtmlExporter.getPrintElementIndex(String imageName) |
| Modifier and Type | Method and Description |
|---|---|
static JRPrintImage |
JRXhtmlExporter.getImage(List<JasperPrint> jasperPrintList,
JRPrintElementIndex imageIndex) |
static JRPrintImage |
JRHtmlExporter.getImage(List<JasperPrint> jasperPrintList,
JRPrintElementIndex imageIndex) |
static String |
JRXhtmlExporter.getImageName(JRPrintElementIndex printElementIndex) |
static String |
JRHtmlExporter.getImageName(JRPrintElementIndex printElementIndex) |
| Modifier and Type | Field and Description |
|---|---|
protected List<JRPrintElementIndex> |
JROpenDocumentExporter.imagesToProcess |
| Modifier and Type | Method and Description |
|---|---|
protected JRPrintElementIndex |
JROpenDocumentExporter.getElementIndex(JRExporterGridCell gridCell) |
static JRPrintElementIndex |
JROpenDocumentExporter.getPrintElementIndex(String imageName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JROpenDocumentExporter.exportGrid(JRGridLayout gridLayout,
JRPrintElementIndex frameIndex) |
JRPrintImage |
JROpenDocumentExporter.getImage(List<JasperPrint> jasperPrintList,
JRPrintElementIndex imageIndex) |
static String |
JROpenDocumentExporter.getImageName(JRPrintElementIndex printElementIndex)
protected void writeImageMap(String imageMapName, JRPrintHyperlink mainHyperlink, List imageMapAreas) throws IOException
{
writer.write("
|
| Modifier and Type | Field and Description |
|---|---|
protected List<JRPrintElementIndex> |
JRPptxExporter.imagesToProcess |
protected List<JRPrintElementIndex> |
JRXlsxExporter.imagesToProcess |
protected List<JRPrintElementIndex> |
JRDocxExporter.imagesToProcess |
| Modifier and Type | Method and Description |
|---|---|
protected JRPrintElementIndex |
JRPptxExporter.getElementIndex() |
protected JRPrintElementIndex |
JRXlsxExporter.getElementIndex(JRExporterGridCell gridCell) |
protected JRPrintElementIndex |
JRDocxExporter.getElementIndex(JRExporterGridCell gridCell) |
static JRPrintElementIndex |
JRPptxExporter.getPrintElementIndex(String imageName)
protected void writeImageMap(String imageMapName, JRPrintHyperlink mainHyperlink, List imageMapAreas)
{
writer.write("
|
static JRPrintElementIndex |
JRXlsxExporter.getPrintElementIndex(String imageName)
protected void writeImageMap(String imageMapName, JRPrintHyperlink mainHyperlink, List imageMapAreas) throws IOException
{
writer.write("
|
static JRPrintElementIndex |
JRDocxExporter.getPrintElementIndex(String imageName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JRDocxExporter.exportGrid(JRGridLayout gridLayout,
JRPrintElementIndex frameIndex) |
JRPrintImage |
JRPptxExporter.getImage(List<JasperPrint> jasperPrintList,
JRPrintElementIndex imageIndex) |
JRPrintImage |
JRXlsxExporter.getImage(List<JasperPrint> jasperPrintList,
JRPrintElementIndex imageIndex) |
JRPrintImage |
JRDocxExporter.getImage(List<JasperPrint> jasperPrintList,
JRPrintElementIndex imageIndex) |
static String |
JRDocxExporter.getImageName(JRPrintElementIndex printElementIndex)
protected void writeImageMap(String imageMapName, JRPrintHyperlink mainHyperlink, List imageMapAreas)
{
writer.write("
|
Copyright © 2012. All Rights Reserved.