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 |
PdfAConformanceImp
public PdfAConformanceImp()
checkPdfAConformance
public static void checkPdfAConformance(PdfWriter writer,
int key,
Object obj1)
- Parameters:
writer
- key
- obj1
-
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 © 2012. All Rights Reserved.