|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRPdfExporterParameter | |
net.sf.jasperreports.engine.export | Provides utility classes for exporting reports to various popular formats. |
Uses of JRPdfExporterParameter in net.sf.jasperreports.engine.export |
Fields in net.sf.jasperreports.engine.export declared as JRPdfExporterParameter | |
static JRPdfExporterParameter |
JRPdfExporterParameter.IS_CREATING_BATCH_MODE_BOOKMARKS
A boolean value specifying whether the PDF document should contain an outline section |
static JRPdfExporterParameter |
JRPdfExporterParameter.IS_ENCRYPTED
A boolean value specifying whether the final PDF document should be encrypted. |
static JRPdfExporterParameter |
JRPdfExporterParameter.IS_128_BIT_KEY
A boolean value specifying whether the encryption key is 128 bits. |
static JRPdfExporterParameter |
JRPdfExporterParameter.USER_PASSWORD
The user password needed to open the document, if it is encrypted. |
static JRPdfExporterParameter |
JRPdfExporterParameter.OWNER_PASSWORD
The password belonging to the owner of the document, if it is encrypted. |
static JRPdfExporterParameter |
JRPdfExporterParameter.PERMISSIONS
An integer value representing the PDF permissions for the generated document. |
static JRPdfExporterParameter |
JRPdfExporterParameter.PDF_VERSION
A Character instance representing the version of the generated PDF. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |