| Package | Description |
|---|---|
| net.sf.jasperreports.export |
Provides exporter input, exporter output and exporter configurations
Exporter Input
All the input data the exporter might need is supplied by the so-called exporter
input before the exporting process is started.
|
| net.sf.jasperreports.export.type |
Provides
enum types used by the exporter classes. |
| Modifier and Type | Method and Description |
|---|---|
PdfPrintScalingEnum |
SimplePdfExporterConfiguration.getPrintScaling() |
PdfPrintScalingEnum |
PdfExporterConfiguration.getPrintScaling()
Setting specifying the print scaling preference in the PDF print dialog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimplePdfExporterConfiguration.setPrintScaling(PdfPrintScalingEnum printScaling) |
| Modifier and Type | Method and Description |
|---|---|
static PdfPrintScalingEnum |
PdfPrintScalingEnum.getByName(String name) |
static PdfPrintScalingEnum |
PdfPrintScalingEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfPrintScalingEnum[] |
PdfPrintScalingEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.