com.itextpdf.text.pdf.internal
Class PdfAConformanceImp
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PdfAConformanceImp
public PdfAConformanceImp(PdfWriter writer)
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.