Package | Description |
---|---|
net.sf.jasperreports.export |
Provides exporter input, exporter output and exporter configurations
|
net.sf.jasperreports.export.type |
Provides
enum types used by the exporter classes. |
Modifier and Type | Method and Description |
---|---|
PdfVersionEnum |
SimplePdfExporterConfiguration.getPdfVersion() |
PdfVersionEnum |
PdfExporterConfiguration.getPdfVersion()
Returns a Character instance representing the version of the generated PDF.
|
Modifier and Type | Method and Description |
---|---|
void |
SimplePdfExporterConfiguration.setPdfVersion(PdfVersionEnum pdfVersion) |
Modifier and Type | Method and Description |
---|---|
static PdfVersionEnum |
PdfVersionEnum.getByName(String name) |
static PdfVersionEnum |
PdfVersionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfVersionEnum[] |
PdfVersionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.