| Package | Description |
|---|---|
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade 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 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 |
|---|---|
static JRPrintElementIndex |
JRPrintElementIndex.parsePrintElementIndex(String indexStr)
Parses a String representation as obtained by
toString() back
into an element index instance. |
| Modifier and Type | Method and Description |
|---|---|
protected JRPrintElementIndex |
JRXhtmlExporter.getElementIndex()
Deprecated.
|
protected JRPrintElementIndex |
JRHtmlExporter.getElementIndex(JRExporterGridCell gridCell)
Deprecated.
|
protected JRPrintElementIndex |
HtmlExporter.getElementIndex(TableCell cell) |
static JRPrintElementIndex |
AbstractHtmlExporter.getPrintElementIndex(String imageName) |
| Modifier and Type | Method and Description |
|---|---|
static JRPrintImage |
AbstractHtmlExporter.getImage(List<JasperPrint> jasperPrintList,
JRPrintElementIndex imageIndex) |
static String |
AbstractHtmlExporter.getImageName(JRPrintElementIndex printElementIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected JRPrintElementIndex |
DocumentBuilder.getElementIndex(JRExporterGridCell gridCell) |
static JRPrintElementIndex |
DocumentBuilder.getPrintElementIndex(String imageName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JROdtExporter.exportGrid(JRGridLayout gridLayout,
JRPrintElementIndex frameIndex) |
static String |
DocumentBuilder.getImageName(JRPrintElementIndex printElementIndex) |
protected void |
DocumentBuilder.processImage(JRPrintImage image,
JRPrintElementIndex imageIndex) |
| Modifier and Type | Field and Description |
|---|---|
protected List<JRPrintElementIndex> |
JRXlsxExporter.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 |
JRXlsxExporter.getPrintElementIndex(String imageName)
protected void writeImageMap(String imageMapName, JRPrintHyperlink mainHyperlink, List imageMapAreas) throws IOException
{
writer.write("
|
static JRPrintElementIndex |
JRPptxExporter.getPrintElementIndex(String imageName)
protected void writeImageMap(String imageMapName, JRPrintHyperlink mainHyperlink, List imageMapAreas)
{
writer.write("
|
static JRPrintElementIndex |
JRDocxExporter.getPrintElementIndex(String imageName)
protected void writeImageMap(String imageMapName, JRPrintHyperlink mainHyperlink, List imageMapAreas)
{
writer.write("
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JRDocxExporter.exportGrid(JRGridLayout gridLayout,
JRPrintElementIndex frameIndex) |
JRPrintImage |
JRXlsxExporter.getImage(ExporterInput exporterInput,
JRPrintElementIndex imageIndex) |
| Constructor and Description |
|---|
DocxTableHelper(JasperReportsContext jasperReportsContext,
Writer writer,
CutsInfo xCuts,
boolean pageBreak,
PrintPageFormat pageFormat,
JRPrintElementIndex frameIndex) |
Copyright © 2016. All rights reserved.