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

Constructor Summary
PdfAConformanceImp()
           
 
Method Summary
static void checkPdfAConformance(PdfWriter writer, 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
 

Constructor Detail

PdfAConformanceImp

public PdfAConformanceImp()
Method Detail

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.