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.data |
Contains classes for handling data types at export time.
|
Modifier and Type | Class and Description |
---|---|
protected class |
JExcelApiExporter.CellTextValueHandler
Deprecated.
|
protected class |
JExcelApiExporter.FormulaTextValueHandler
Deprecated.
|
protected class |
JExcelApiMetadataExporter.CellTextValueHandler
Deprecated.
|
protected class |
JExcelApiMetadataExporter.FormulaTextValueHandler
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberTextValue.handle(TextValueHandler handler) |
void |
StringTextValue.handle(TextValueHandler handler) |
abstract void |
TextValue.handle(TextValueHandler handler) |
void |
DateTextValue.handle(TextValueHandler handler) |
void |
BooleanTextValue.handle(TextValueHandler handler) |
Copyright © 2016. All rights reserved.