| Class and Description |
|---|
| com.itextpdf.layout.font.FontFamilySplitter
will be removed in iText 7.2.
|
| Field and Description |
|---|
| com.itextpdf.layout.Document.bottomMargin
To be removed in 7.2. Use
Property.MARGIN_BOTTOM instead. |
| com.itextpdf.layout.Document.leftMargin
To be removed in 7.2. Use
Property.MARGIN_LEFT instead. |
| com.itextpdf.layout.property.Property.OVERFLOW
Use
Property.OVERFLOW_X and/or Property.OVERFLOW_Y instead.
The Property.OVERFLOW property doesn't have any affect and will be removed in iText 7.2 |
| com.itextpdf.layout.renderer.ParagraphRenderer.previousDescent |
| com.itextpdf.layout.Document.rightMargin
To be removed in 7.2. Use
Property.MARGIN_RIGHT instead. |
| com.itextpdf.layout.font.FontSelectorStrategy.tempFonts
This field will be renamed to
additionalFonts in iText Core 7.2. |
| com.itextpdf.layout.Document.topMargin
To be removed in 7.2. Use
Property.MARGIN_TOP instead. |
| Method and Description |
|---|
| com.itextpdf.layout.borders.DashedBorder.getDotsGap(double, float)
logic moved to super-class
|
| com.itextpdf.layout.borders.DottedBorder.getDotsGap(double, float)
logic moved to super-class
|
| com.itextpdf.layout.borders.RoundDotsBorder.getDotsGap(double, float)
logic moved to super-class
|
| com.itextpdf.layout.renderer.TableRenderer.getLastYLineRecursively()
Will be removed in next major release (iText 7.2).
The aim of this method overriding here is achieved by overriding
TableRenderer.allowLastYLineRecursiveExtraction() method. |
| com.itextpdf.layout.ElementPropertyContainer.setFont(String)
This method will be removed in 7.2. Use
ElementPropertyContainer.setFontFamily(String...) instead. |
| Constructor and Description |
|---|
| com.itextpdf.layout.Canvas(PdfCanvas, PdfDocument, Rectangle)
use
Canvas.Canvas(PdfCanvas, Rectangle) instead. |
| com.itextpdf.layout.Canvas(PdfCanvas, PdfDocument, Rectangle, boolean)
use
Canvas.Canvas(PdfCanvas, Rectangle, boolean) instead. |
Copyright © 1998–2020 iText Group NV. All rights reserved.