Deprecated API

Contents

Deprecated Methods

com.lowagie.text.pdf.codec.postscript.JavaCharStream.getColumn()
com.lowagie.text.pdf.codec.postscript.JavaCharStream.getLine()
com.lowagie.text.pdf.PdfContentByte.addOutline(PdfOutline)
not needed anymore.
com.lowagie.text.pdf.PdfDictionary.isDictionaryType(PdfName)
com.lowagie.text.Table.setCellpadding(float)
use setSpacing instead
com.lowagie.text.Table.setCellspacing(float)
use setPadding instead

Deprecated Constructors

com.lowagie.text.Jpeg.Jpeg(URL,float,float)
use Image.getInstance(...) to create an Image
com.lowagie.text.Jpeg.Jpeg(String)
use Image.getInstance(...) to create an Image
com.lowagie.text.Jpeg.Jpeg(String,float,float)
use Image.getInstance(...) to create an Image