jdbreport.model.io.itext2.pdf
Class PdfWriter

java.lang.Object
  extended by jdbreport.model.io.itext2.pdf.ITextWriter
      extended by jdbreport.model.io.itext2.pdf.PdfWriter
All Implemented Interfaces:
ReportWriter, ResourceWriter

public class PdfWriter
extends ITextWriter

Version:
2.0 13.11.2011
Author:
Andrey Kholmanskih

Constructor Summary
PdfWriter()
           
 
Method Summary
 void save(OutputStream out, ReportBook reportBook)
           
protected  void writeHTMLText(CellStyle parentStyle, Cell cell, com.lowagie.text.pdf.PdfPCell pdfCell)
           
 
Methods inherited from class jdbreport.model.io.itext2.pdf.ITextWriter
getFontMapper, getHTMLReportRenderer, initFontMapper, roundAngle, save, save, toPdfHAlignment, toPdfVAlignment, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfWriter

public PdfWriter()
Method Detail

save

public void save(OutputStream out,
                 ReportBook reportBook)
          throws SaveReportException
Throws:
SaveReportException

writeHTMLText

protected void writeHTMLText(CellStyle parentStyle,
                             Cell cell,
                             com.lowagie.text.pdf.PdfPCell pdfCell)