@Deprecated public class PdfAConformanceImp extends Object implements PdfAConformance
PdfAConformance| Modifier and Type | Field and Description |
|---|---|
protected PdfAConformanceLevel |
conformanceLevel
Deprecated.
The PDF conformance level, e.g.
|
protected PdfAChecker |
pdfAChecker
Deprecated.
|
protected PdfWriter |
writer
Deprecated.
|
| Constructor and Description |
|---|
PdfAConformanceImp(PdfWriter writer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkPdfIsoConformance(int key,
Object obj1)
Deprecated.
|
PdfAConformanceLevel |
getConformanceLevel()
Deprecated.
Returns the conformance level.
|
PdfAChecker |
getPdfAChecker()
Deprecated.
|
boolean |
isPdfIso()
Deprecated.
|
void |
setConformanceLevel(PdfAConformanceLevel conformanceLevel)
Deprecated.
Sets the conformance level.
|
protected PdfAConformanceLevel conformanceLevel
protected PdfAChecker pdfAChecker
protected PdfWriter writer
public PdfAConformanceImp(PdfWriter writer)
public void checkPdfIsoConformance(int key,
Object obj1)
checkPdfIsoConformance in interface PdfIsoConformancepublic PdfAConformanceLevel getConformanceLevel()
PdfAConformancegetConformanceLevel in interface PdfAConformancePdfAConformance.getConformanceLevel()public void setConformanceLevel(PdfAConformanceLevel conformanceLevel)
PdfAConformancesetConformanceLevel in interface PdfAConformancePdfAConformance.setConformanceLevel(com.itextpdf.text.pdf.PdfAConformanceLevel)public boolean isPdfIso()
isPdfIso in interface PdfIsoConformancePdfIsoConformance.isPdfIso()public PdfAChecker getPdfAChecker()
Copyright © 2023. All rights reserved.