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 |
---|---|
Cut |
CutsInfo.getCut(int index) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JRXlsAbstractExporter.setRowHeight(int rowIndex,
int lastRowHeight,
Cut yCut,
XlsRowLevelInfo levelInfo) |
protected void |
JExcelApiExporter.setRowHeight(int rowIndex,
int lastRowHeight,
Cut yCut,
XlsRowLevelInfo levelInfo)
Deprecated.
|
protected void |
JExcelApiMetadataExporter.setRowHeight(int rowIndex,
int lastRowHeight,
Cut yCut,
XlsRowLevelInfo levelInfo)
Deprecated.
|
protected abstract void |
JRXlsAbstractMetadataExporter.setRowHeight(int rowIndex,
int lastRowHeight,
Cut yCut,
XlsRowLevelInfo levelInfo) |
protected void |
JRXlsMetadataExporter.setRowHeight(int rowIndex,
int lastRowHeight,
Cut yCut,
XlsRowLevelInfo levelInfo) |
protected void |
JRXlsExporter.setRowHeight(int rowIndex,
int lastRowHeight,
Cut yCut,
XlsRowLevelInfo levelInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
JROdsExporter.setRowHeight(int rowIndex,
int lastRowHeight,
Cut yCut,
XlsRowLevelInfo levelInfo) |
Modifier and Type | Method and Description |
---|---|
void |
XlsxSheetHelper.exportRow(int rowHeight,
Cut yCut,
XlsRowLevelInfo levelInfo) |
protected void |
JRXlsxExporter.setRowHeight(int rowIndex,
int rowHeight,
Cut yCut,
XlsRowLevelInfo levelInfo) |
Copyright © 2016. All rights reserved.