jdbreport.model.io.itext5.pdf
Class PdfWriter
java.lang.Object
jdbreport.model.io.itext5.pdf.ITextWriter
jdbreport.model.io.itext5.pdf.PdfWriter
- All Implemented Interfaces:
- ReportWriter, ResourceWriter
public class PdfWriter
- extends ITextWriter
- Version:
- 2.0 07.06.2011
- Author:
- Andrey Kholmanskih
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PdfWriter
public PdfWriter()
save
public void save(OutputStream out,
ReportBook reportBook)
throws SaveReportException
- Throws:
SaveReportException
writeHTMLText
protected void writeHTMLText(CellStyle parentStyle,
Cell cell,
com.itextpdf.text.pdf.PdfPCell pdfCell)