Uses of Class
net.sf.jasperreports.engine.export.JRPdfExporterParameter

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.FORCE_LINEBREAK_POLICY
          Flag that decides whether the PDF exporter should use a SplitCharacter implementation which ensures that report texts are broken into lines by iText in the same manner as done by the fill process.
static JRPdfExporterParameter JRPdfExporterParameter.FORCE_SVG_SHAPES
          Flag to force the rendering of SVG images using shapes, on the PDF Graphics2D context.
static JRPdfExporterParameter JRPdfExporterParameter.IS_128_BIT_KEY
          A boolean value specifying whether the encryption key is 128 bits.
static JRPdfExporterParameter JRPdfExporterParameter.IS_COMPRESSED
          A boolean value specifying whether the PDF document should be compressed.
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.METADATA_AUTHOR
          The Author of the PDF document, as String.
static JRPdfExporterParameter JRPdfExporterParameter.METADATA_CREATOR
          The Creator or Application for the PDF document, as String, defaults to JasperReports.
static JRPdfExporterParameter JRPdfExporterParameter.METADATA_KEYWORDS
          The Keywords of the PDF document, as comma-separated String.
static JRPdfExporterParameter JRPdfExporterParameter.METADATA_SUBJECT
          The Subject of the PDF document, as String.
static JRPdfExporterParameter JRPdfExporterParameter.METADATA_TITLE
          The Title of the PDF document, as String.
static JRPdfExporterParameter JRPdfExporterParameter.OWNER_PASSWORD
          The password belonging to the owner of the document, if it is encrypted.
static JRPdfExporterParameter JRPdfExporterParameter.PDF_JAVASCRIPT
          The user defined JavaScript piece of code to be inserted in the generated PDF document
static JRPdfExporterParameter JRPdfExporterParameter.PDF_VERSION
          A Character instance representing the version of the generated PDF.
static JRPdfExporterParameter JRPdfExporterParameter.PERMISSIONS
          An integer value representing the PDF permissions for the generated document.
static JRPdfExporterParameter JRPdfExporterParameter.USER_PASSWORD
          The user password needed to open the document, if it is encrypted.
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com