Deprecated API

Contents

Deprecated Interfaces

RtfField
Please move to the RtfWriter2 and associated classes.

Deprecated Classes

AbstractRtfField
Please move to the RtfWriter2 and associated classes.
GenericRtfField
Please move to the RtfWriter2 and associated classes.
RtfCell
Please move to the RtfWriter2 and associated classes.
RtfFont
Please move to the RtfWriter2 and associated classes.
RtfHeaderFooter
Please move to the RtfWriter2 and associated classes.
RtfHeaderFooters
Please move to the RtfWriter2 and associated classes.
RtfPageNumber
Please move to the RtfWriter2 and associated classes.
RtfRow
Please move to the RtfWriter2 and associated classes.
RtfTable
Please move to the RtfWriter2 and associated classes.
RtfTableCell
Please move to the RtfWriter2 and associated classes.
RtfTOC
Please move to the RtfWriter2 and associated classes.
RtfTOCEntry
Please move to the RtfWriter2 and associated classes.
RtfWriter
The RtfWriter is deprecated and will be removed from the iText library end of 2007

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.pdf.PdfDocument.breakTableIfDoesntFit(PdfTable)
com.lowagie.text.pdf.PdfDocument.bottom(Table)
com.lowagie.text.pdf.PdfWriter.setEncryption(userPassword[],ownerPassword[],int,boolean)
use the methods described in the PdfEncryptionSettings interface
com.lowagie.text.pdf.PdfWriter.setEncryption(boolean,String,String,int)
use the methods described in the PdfEncryptionSettings interface
com.lowagie.text.pdf.PdfWriter.setEncryption(int,String,String,int)
use the methods described in the PdfEncryptionSettings interface
com.lowagie.text.pdf.PdfWriter.getTableBottom(Table)
this method will probably disappear in one of the next releases
com.lowagie.text.pdf.PdfWriter.getPdfTable(Table)
this method will probably disappear in one of the next releases
com.lowagie.text.pdf.PdfWriter.breakTableIfDoesntFit(PdfTable)
this method will probably disappear in one of the next releases
com.lowagie.text.pdf.PdfWriter.fitsPage(Table,float)
this method will probably disappear in one of the next releases
com.lowagie.text.pdf.PdfWriter.fitsPage(Table)
this method will probably disappear in one of the next releases
com.lowagie.text.pdf.PdfWriter.fitsPage(PdfPTable,float)
this method will probably disappear in one of the next releases
com.lowagie.text.pdf.PdfWriter.fitsPage(PdfPTable)
this method will probably disappear in one of the next releases
com.lowagie.text.rtf.RtfWriter2.setDataCacheStyle(int)
Use RtfWriter2.getDocumentSettings().setDataCacheStyle(...);
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