| Class and Description |
|---|
| com.lowagie.text.xml.simpleparser.SimpleXMLParser |
| Method and Description |
|---|
| com.lowagie.text.pdf.CMapAwareDocumentFont.encode(byte[], int, int)
method name is not indicative of what it does. Use
decode instead. |
| com.lowagie.text.pdf.PdfArray.getArrayList()
Please use getElements() instead.
|
| com.lowagie.text.Table.getDefaultLayout()
As of iText 2.0.7, replaced by
Table.getDefaultCell(),
scheduled for removal at 2.2.0 |
| com.lowagie.text.Table.setAlignment(int)
Setting alignment through unconstrained types is non-obvious and error-prone,
use
Table.setHorizontalAlignment(HorizontalAlignment) instead |
| com.lowagie.text.Table.setAlignment(String)
Setting alignment through unconstrained types is non-obvious and error-prone,
use
Table.setHorizontalAlignment(HorizontalAlignment) instead |
| com.lowagie.text.Table.setDefaultLayout(Cell)
As of iText 2.0.7, replaced by
Table.setDefaultCell(Cell),
scheduled for removal at 2.2.0 |
| com.lowagie.text.pdf.PdfWriter.setEncryption(boolean, String, String, int)
As of iText 2.0.3, replaced by (@link #setEncryption(byte[], byte[], int, int)}. Scheduled for removal at or after 2.2.0
|
| com.lowagie.text.pdf.PdfWriter.setEncryption(byte[], byte[], int, boolean)
As of iText 2.0.3, replaced by (@link #setEncryption(byte[], byte[], int, int)}. Scheduled for removal at or after 2.2.0
|
| com.lowagie.text.pdf.PdfWriter.setEncryption(int, String, String, int)
As of iText 2.0.3, replaced by (@link #setEncryption(byte[], byte[], int, int)}. Scheduled for removal at or after 2.2.0
|
| com.lowagie.text.Row.setHorizontalAlignment(int)
Setting alignment through unconstrained types is non-obvious and error-prone,
use
Row.setHorizontalAlignment(HorizontalAlignment) instead |
| com.lowagie.text.Cell.setHorizontalAlignment(int)
Setting alignment through unconstrained types is non-obvious and error-prone,
use
Cell.setHorizontalAlignment(HorizontalAlignment) instead |
| com.lowagie.text.Cell.setHorizontalAlignment(String)
Setting alignment through unconstrained types is non-obvious and error-prone,
use
Cell.setHorizontalAlignment(HorizontalAlignment) instead |
| com.lowagie.text.Cell.setVerticalAlignment(int)
Setting alignment through unconstrained types is non-obvious and error-prone,
use
Cell.setVerticalAlignment(VerticalAlignment) instead |
| com.lowagie.text.Cell.setVerticalAlignment(String)
Setting alignment through unconstrained types is non-obvious and error-prone,
use
Cell.setVerticalAlignment(VerticalAlignment) instead |
| com.lowagie.text.Paragraph.spacingAfter()
As of iText 2.1.5, replaced by
Paragraph.getSpacingAfter(),
scheduled for removal at 2.3.0 |
| com.lowagie.text.Paragraph.spacingBefore()
As of iText 2.1.5, replaced by
Paragraph.getSpacingBefore(),
scheduled for removal at 2.3.0 |
Copyright © 2018. All rights reserved.