com.itextpdf.text.pdf.internal
Class PdfAConformanceImp

java.lang.Object
  extended by com.itextpdf.text.pdf.internal.PdfAConformanceImp
All Implemented Interfaces:
PdfAConformance, PdfIsoConformance

public class PdfAConformanceImp
extends Object
implements PdfAConformance

Implementation of the PdfAConformance interface, including the level of conformance.

See Also:
PdfAConformance

Field Summary
protected  PdfAConformanceLevel conformanceLevel
          The PDF conformance level, e.g.
protected  PdfAChecker pdfAChecker
           
protected  PdfWriter writer
           
 
Constructor Summary
PdfAConformanceImp(PdfWriter writer)
           
 
Method Summary
 void checkPdfIsoConformance(int key, Object obj1)
           
 PdfAConformanceLevel getConformanceLevel()
          Returns the conformance level.
 boolean isPdfIso()
           
 void setConformanceLevel(PdfAConformanceLevel conformanceLevel)
          Sets the conformance level.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conformanceLevel

protected PdfAConformanceLevel conformanceLevel
The PDF conformance level, e.g. PDF/A1 Level A, PDF/A3 Level U,...


pdfAChecker

protected PdfAChecker pdfAChecker

writer

protected PdfWriter writer
Constructor Detail

PdfAConformanceImp

public PdfAConformanceImp(PdfWriter writer)
Method Detail

checkPdfIsoConformance

public void checkPdfIsoConformance(int key,
                                   Object obj1)
Specified by:
checkPdfIsoConformance in interface PdfIsoConformance

getConformanceLevel

public PdfAConformanceLevel getConformanceLevel()
Description copied from interface: PdfAConformance
Returns the conformance level.

Specified by:
getConformanceLevel in interface PdfAConformance
Returns:
See Also:
PdfAConformance.getConformanceLevel()

setConformanceLevel

public void setConformanceLevel(PdfAConformanceLevel conformanceLevel)
Description copied from interface: PdfAConformance
Sets the conformance level.

Specified by:
setConformanceLevel in interface PdfAConformance
See Also:
PdfAConformance.setConformanceLevel(com.itextpdf.text.pdf.PdfAConformanceLevel)

isPdfIso

public boolean isPdfIso()
Specified by:
isPdfIso in interface PdfIsoConformance
See Also:
PdfIsoConformance.isPdfIso()


Copyright © 2013. All Rights Reserved.