Package net.sf.jasperreports.pdf
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 PdfProducer
getPdfProducer()
com.lowagie.text.pdf.PdfWriter
getPdfWriter()
Returns thePdfWriter
instance used by the exporter.-
Methods inherited from interface net.sf.jasperreports.engine.export.JRExporterContext
getExportedReport, getExporterRef, getJasperReportsContext, getOffsetX, getOffsetY, getRepository, getValue, getValues, setValue
-
-
-
-
Method Detail
-
getPdfWriter
com.lowagie.text.pdf.PdfWriter getPdfWriter()
Returns thePdfWriter
instance used by the exporter.- Returns:
- the exporter's
PdfWriter
instance
-
getPdfProducer
PdfProducer getPdfProducer()
-
-