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.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
JRPdfExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfProducergetPdfProducer()com.lowagie.text.pdf.PdfWritergetPdfWriter()Returns thePdfWriterinstance used by the exporter.-
Methods inherited from interface net.sf.jasperreports.engine.export.JRExporterContext
getExportedReport, getExporter, getExporterRef, getExportParameters, getExportPropertiesPrefix, getJasperReportsContext, getOffsetX, getOffsetY, getRepository, getValue, getValues, setValue
-
-
-
-
Method Detail
-
getPdfWriter
com.lowagie.text.pdf.PdfWriter getPdfWriter()
Returns thePdfWriterinstance used by the exporter.- Returns:
- the exporter's
PdfWriterinstance
-
getPdfProducer
PdfProducer getPdfProducer()
-
-