Deprecated API

Deprecated Methods
com.lowagie.text.pdf.PdfContentByte.addOutline(PdfOutline)
          not needed anymore. The outlines are extracted from the root outline 
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(String)
          use Image.getInstance(...) to create an Image 
com.lowagie.text.Jpeg(String, float, float)
          use Image.getInstance(...) to create an Image 
com.lowagie.text.Jpeg(URL, float, float)
          use Image.getInstance(...) to create an Image