Interface and Description |
---|
com.lowagie.text.rtf.RtfField
Please move to the RtfWriter2 and associated classes.
|
Class and Description |
---|
com.lowagie.text.rtf.AbstractRtfField
Please move to the RtfWriter2 and associated classes.
|
com.lowagie.text.rtf.GenericRtfField
Please move to the RtfWriter2 and associated classes.
|
com.lowagie.text.rtf.RtfCell
Please move to the RtfWriter2 and associated classes.
|
com.lowagie.text.rtf.RtfFont
Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.style.RtfFont replaces the functionality of this class.
|
com.lowagie.text.rtf.RtfHeaderFooter
Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.headerfooter.RtfHeaderFooter replaces the functionality of this class.
|
com.lowagie.text.rtf.RtfHeaderFooters
Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup replaces the functionality of this class.
|
com.lowagie.text.rtf.RtfPageNumber
Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.field.RtfPageNumber replaces the functionality of this class.
|
com.lowagie.text.rtf.RtfRow
Please move to the RtfWriter2 and associated classes.
|
com.lowagie.text.rtf.RtfTable
Please move to the RtfWriter2 and associated classes.
|
com.lowagie.text.rtf.RtfTableCell
Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.table.RtfCell replaces the functionality of this class.
|
com.lowagie.text.rtf.RtfTOC
Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.field.RtfTableOfContents replaces the functionality of this class.
|
com.lowagie.text.rtf.RtfTOCEntry
Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.field.RtfTOCEntry replaces the functionality of this class.
|
com.lowagie.text.rtf.RtfWriter
The RtfWriter is deprecated and will be removed from the iText library end of 2007
|
Method and Description |
---|
com.lowagie.text.pdf.PdfContentByte.addOutline(PdfOutline)
not needed anymore. The outlines are extracted
from the root outline
|
com.lowagie.text.pdf.codec.postscript.JavaCharStream.getColumn() |
com.lowagie.text.pdf.codec.postscript.JavaCharStream.getLine() |
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
|
Constructor and Description |
---|
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
|