Package | Description |
---|---|
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 CutsInfo |
JRGridLayout.calculateXCuts(ExporterNature nature,
JasperPrint jasperPrint,
int startPageIndex,
int endPageIndex,
int offsetX)
This static method calculates all the X cuts for a list of pages.
|
static CutsInfo |
JRGridLayout.calculateXCuts(ExporterNature nature,
List<JRPrintPage> pages,
int startPageIndex,
int endPageIndex,
int width,
int offsetX)
Deprecated.
|
CutsInfo |
JRGridLayout.getXCuts()
Returns the list of cut points on the X axis for the grid.
|
CutsInfo |
JRGridLayout.getYCuts()
Returns the list of cut points on the Y axis for the grid.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
JRGridLayout.addXCuts(ExporterNature nature,
List<JRPrintElement> elementsList,
int elementOffsetX,
CutsInfo xCuts)
This static method calculates the X cuts for a list of print elements and
stores them in the list indicated by the xCuts parameter.
|
protected void |
JRXlsExporter.createSheet(CutsInfo xCuts,
JRXlsAbstractExporter.SheetInfo sheetInfo) |
protected void |
JRXlsAbstractMetadataExporter.createSheet(CutsInfo xCuts,
JRXlsAbstractExporter.SheetInfo sheetInfo) |
protected abstract void |
JRXlsAbstractExporter.createSheet(CutsInfo xCuts,
JRXlsAbstractExporter.SheetInfo sheetInfo) |
protected void |
JRXlsMetadataExporter.createSheet(CutsInfo xCuts,
JRXlsAbstractExporter.SheetInfo sheetInfo) |
protected void |
JExcelApiExporter.createSheet(CutsInfo xCuts,
JRXlsAbstractExporter.SheetInfo sheetInfo)
Deprecated.
|
protected int |
JRXlsAbstractExporter.exportPage(JRPrintPage page,
CutsInfo xCuts,
int startRow,
String defaultSheetName) |
protected void |
JRXlsAbstractExporter.exportSheet(CutsInfo xCuts,
CutsInfo yCuts,
int startCutIndex,
String defaultSheetName) |
protected JRXlsAbstractExporter.SheetInfo |
JRXlsAbstractExporter.getSheetProps(CutsInfo xCuts,
CutsInfo yCuts,
int startCutIndex) |
protected void |
JRXlsAbstractExporter.setColumnWidths(CutsInfo xCuts) |
void |
JRXlsAbstractExporterNature.setXProperties(CutsInfo xCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
void |
ExporterNature.setXProperties(CutsInfo xCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
void |
AbstractExporterNature.setXProperties(CutsInfo xCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
void |
JRXlsAbstractExporterNature.setYProperties(CutsInfo yCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
void |
ExporterNature.setYProperties(CutsInfo yCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
void |
AbstractExporterNature.setYProperties(CutsInfo yCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
Constructor and Description |
---|
JRGridLayout(ExporterNature nature,
List<JRPrintElement> elements,
int width,
int height,
int offsetX,
int offsetY,
CutsInfo xCuts)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JROdsExporter.createSheet(CutsInfo xCuts,
JRXlsAbstractExporter.SheetInfo sheetInfo) |
protected int |
JROdsExporter.exportPage(JRPrintPage page,
CutsInfo xCuts,
int startRow,
String defaultSheetName) |
void |
JROpenDocumentExporterNature.setXProperties(CutsInfo xCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
void |
JROpenDocumentExporterNature.setYProperties(CutsInfo yCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXlsxExporter.createSheet(CutsInfo xCuts,
JRXlsAbstractExporter.SheetInfo sheetInfo) |
protected int |
JRXlsxExporter.exportPage(JRPrintPage page,
CutsInfo xCuts,
int startRow,
String defaultSheetName) |
Constructor and Description |
---|
DocxTableHelper(JasperReportsContext jasperReportsContext,
Writer writer,
CutsInfo xCuts,
boolean pageBreak,
PrintPageFormat pageFormat,
JRPrintElementIndex frameIndex) |
Copyright © 2016. All rights reserved.