public class PdfAConformanceImp extends Object implements PdfAConformance
PdfAConformance 
       | Modifier and Type | Field and Description | 
|---|---|
protected PdfAConformanceLevel |  
           conformanceLevel 
            
              The PDF conformance level, e.g. 
               |  
          
protected PdfAChecker |  
           pdfAChecker  |  
          
protected PdfWriter |  
           writer  |  
          
| Constructor and Description | 
|---|
PdfAConformanceImp(PdfWriter writer)  |  
          
| Modifier and Type | Method and Description | 
|---|---|
void |  
           checkPdfIsoConformance(int key, Object obj1)  |  
          
PdfAConformanceLevel |  
           getConformanceLevel() 
            
              Returns the conformance level. 
               |  
          
PdfAChecker |  
           getPdfAChecker()  |  
          
boolean |  
           isPdfIso() 
            
              Checks if any PDF ISO conformance is necessary. 
               |  
          
void |  
           setConformanceLevel(PdfAConformanceLevel conformanceLevel) 
            
              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 PdfIsoConformance 
           public PdfAConformanceLevel getConformanceLevel()
PdfAConformance 
          getConformanceLevel in interface PdfAConformance 
           PdfAConformance.getConformanceLevel() 
           public void setConformanceLevel(PdfAConformanceLevel conformanceLevel)
PdfAConformance 
          setConformanceLevel in interface PdfAConformance 
           PdfAConformance.setConformanceLevel(com.itextpdf.text.pdf.PdfAConformanceLevel) 
           public boolean isPdfIso()
PdfIsoConformance 
          isPdfIso in interface PdfIsoConformance 
           true if the PDF has to be in conformance with any of the PDF ISO specifications 
           PdfIsoConformance.isPdfIso() 
           public PdfAChecker getPdfAChecker()
Copyright © 1998–2019. All rights reserved.