| Class and Description |
|---|
| com.itextpdf.kernel.pdf.function.PdfFunction
Will be removed is future releases, use
AbstractPdfFunction instead |
| com.itextpdf.kernel.pdf.function.PdfFunction.Type0
Will be removed is future releases, use
PdfType0Function instead |
| com.itextpdf.kernel.pdf.function.PdfFunction.Type2
Will be removed is future releases, use
PdfType2Function instead |
| com.itextpdf.kernel.pdf.function.PdfFunction.Type3
Will be removed is future releases, use
PdfType3Function instead |
| com.itextpdf.kernel.pdf.function.PdfFunction.Type4
Will be removed is future releases, use
PdfType4Function instead |
| Field and Description |
|---|
| com.itextpdf.kernel.exceptions.KernelExceptionMessageConstant.UNEXPECTED_CLOSE_BRACKET |
| com.itextpdf.kernel.exceptions.KernelExceptionMessageConstant.UNEXPECTED_GT_GT |
| Method and Description |
|---|
| com.itextpdf.kernel.pdf.canvas.PdfCanvas.addXObject(PdfXObject, float, float)
will be removed in 7.2, use
PdfCanvas.addXObjectAt(PdfXObject, float, float) instead |
| com.itextpdf.kernel.font.PdfType0Font.getUniMapFromOrdering(String)
Replaced by
PdfType0Font.getUniMapFromOrdering(String, boolean)
for proper handling of IDENTITY_V encoding. |
| com.itextpdf.kernel.pdf.PdfDocument.storeLinkAnnotation(PdfPage, PdfLinkAnnotation)
will be removed in next major version, it is being replaced with
storeDestinationToReaddress
|
| Constructor and Description |
|---|
| com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs.DeviceN(List<String>, PdfColorSpace, PdfFunction)
Use constructor
#DeviceN(List, PdfColorSpace, IPdfFunction) instead. |
| com.itextpdf.kernel.colors.DeviceN(List<String>, PdfColorSpace, PdfFunction, float[])
Use constructor
DeviceN.DeviceN(List, PdfColorSpace, IPdfFunction, float[]) DeviceN} instead. |
| com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs.NChannel(List<String>, PdfColorSpace, PdfFunction, PdfDictionary)
Use constructor
NChannel instead |
| com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs.Separation(String, PdfColorSpace, PdfFunction)
This constructor has been replaced
by
#Separation(String, PdfColorSpace, IPdfFunction) |
| com.itextpdf.kernel.colors.Separation(String, PdfColorSpace, PdfFunction, float)
Use constructor
Separation.Separation(String, PdfColorSpace, IPdfFunction, float) Separation}
instead |
Copyright © 1998–2022 iText Group NV. All rights reserved.