net.sf.jasperreports.engine.export
Class JRPdfExporter.ExporterContext
java.lang.Object
net.sf.jasperreports.engine.JRAbstractExporter.BaseExporterContext
net.sf.jasperreports.engine.export.JRPdfExporter.ExporterContext
- All Implemented Interfaces:
- JRExporterContext, JRPdfExporterContext
- Enclosing class:
- JRPdfExporter
protected class JRPdfExporter.ExporterContext
- extends JRAbstractExporter.BaseExporterContext
- implements JRPdfExporterContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRPdfExporter.ExporterContext
protected JRPdfExporter.ExporterContext()
getExportPropertiesPrefix
public String getExportPropertiesPrefix()
- Description copied from interface:
JRExporterContext
- Returns the properties prefix for the current exporter.
- Specified by:
getExportPropertiesPrefix in interface JRExporterContext
- Returns:
- the properties prefix for the current exporter
getPdfWriter
public com.lowagie.text.pdf.PdfWriter getPdfWriter()
- Description copied from interface:
JRPdfExporterContext
- Returns the
PdfWriter instance used by the exporter.
- Specified by:
getPdfWriter in interface JRPdfExporterContext
- Returns:
- the exporter's
PdfWriter instance
Copyright © 2012. All Rights Reserved.