Uses of Interface
net.sf.jasperreports.export.pdf.PdfProducerContext
-
Packages that use PdfProducerContext Package Description net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.export.pdf net.sf.jasperreports.export.pdf.classic -
-
Uses of PdfProducerContext in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return PdfProducerContext Modifier and Type Method Description protected PdfProducerContextJRPdfExporter. createPdfProducerContext() -
Uses of PdfProducerContext in net.sf.jasperreports.export.pdf
Methods in net.sf.jasperreports.export.pdf that return PdfProducerContext Modifier and Type Method Description PdfProducerContextPdfProducer. getContext()Methods in net.sf.jasperreports.export.pdf with parameters of type PdfProducerContext Modifier and Type Method Description PdfProducerPdfProducerFactory. createProducer(PdfProducerContext context) -
Uses of PdfProducerContext in net.sf.jasperreports.export.pdf.classic
Methods in net.sf.jasperreports.export.pdf.classic that return PdfProducerContext Modifier and Type Method Description PdfProducerContextClassicPdfProducer. getContext()Methods in net.sf.jasperreports.export.pdf.classic with parameters of type PdfProducerContext Modifier and Type Method Description PdfProducerClassicPdfProducerFactory. createProducer(PdfProducerContext context)Constructors in net.sf.jasperreports.export.pdf.classic with parameters of type PdfProducerContext Constructor Description ClassicPdfProducer(PdfProducerContext context)
-