dori.jasper.engine.export
Class JRPdfExporter
java.lang.Object
dori.jasper.engine.JRAbstractExporter
dori.jasper.engine.export.JRPdfExporter
- All Implemented Interfaces:
- JRExporter
- public class JRPdfExporter
- extends JRAbstractExporter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
document
protected com.lowagie.text.Document document
pdfContentByte
protected com.lowagie.text.pdf.PdfContentByte pdfContentByte
imageTesterDocument
protected com.lowagie.text.Document imageTesterDocument
imageTesterPdfContentByte
protected com.lowagie.text.pdf.PdfContentByte imageTesterPdfContentByte
progressMonitor
protected JRExportProgressMonitor progressMonitor
isEncrypted
protected boolean isEncrypted
is128BitKey
protected boolean is128BitKey
userPassword
protected java.lang.String userPassword
ownerPassword
protected java.lang.String ownerPassword
permissions
protected int permissions
defaultFont
protected JRFont defaultFont
JRPdfExporter
public JRPdfExporter()
getDefaultFont
protected JRFont getDefaultFont()
exportReport
public void exportReport()
throws JRException
- Specified by:
exportReport
in interface JRExporter
- Specified by:
exportReport
in class JRAbstractExporter
- Throws:
JRException
exportReportToStream
protected void exportReportToStream(java.io.OutputStream os)
throws JRException
- Throws:
JRException
exportPage
protected void exportPage(JRPrintPage page)
throws JRException,
com.lowagie.text.DocumentException,
java.io.IOException
- Throws:
JRException
com.lowagie.text.DocumentException
java.io.IOException
exportLine
protected void exportLine(JRPrintLine line)
exportRectangle
protected void exportRectangle(JRPrintRectangle rectangle)
exportEllipse
protected void exportEllipse(JRPrintEllipse ellipse)
exportImage
protected void exportImage(JRPrintImage printImage)
throws com.lowagie.text.DocumentException,
java.io.IOException
- Throws:
com.lowagie.text.DocumentException
java.io.IOException
exportText
protected void exportText(JRPrintText text)
throws JRException,
com.lowagie.text.DocumentException,
java.io.IOException
- Throws:
JRException
com.lowagie.text.DocumentException
java.io.IOException
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.