net.sf.jasperreports.engine.export
Interface JRPdfExporterContext

All Superinterfaces:
JRExporterContext
All Known Implementing Classes:
JRPdfExporter.ExporterContext

public interface JRPdfExporterContext
extends JRExporterContext

A context that represents information about an PDF export process.

Version:
$Id: JRPdfExporterContext.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
JRPdfExporter

Method Summary
 com.lowagie.text.pdf.PdfWriter getPdfWriter()
          Returns the PdfWriter instance used by the exporter.
 
Methods inherited from interface net.sf.jasperreports.engine.export.JRExporterContext
getExportedReport, getExporter, getExportParameters, getExportPropertiesPrefix, getJasperReportsContext, getOffsetX, getOffsetY
 

Method Detail

getPdfWriter

com.lowagie.text.pdf.PdfWriter getPdfWriter()
Returns the PdfWriter instance used by the exporter.

Returns:
the exporter's PdfWriter instance


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com