edu.harvard.hul.ois.jhove.module.pdf
Class AProfileLevelA
java.lang.Object
   edu.harvard.hul.ois.jhove.module.pdf.PdfProfile
edu.harvard.hul.ois.jhove.module.pdf.PdfProfile
       edu.harvard.hul.ois.jhove.module.pdf.AProfileLevelA
edu.harvard.hul.ois.jhove.module.pdf.AProfileLevelA
- public class AProfileLevelA 
- extends PdfProfile
PDF profile checker for PDF/A-1 documents, Level A.
  See ISO 19005-1:2005(E), "Document Imaging Applications
  Application Issues".
 
  This profile checker is completely dependent on AProfile.
  It simply queries an instance of AProfile for Level A compliance.
- Author:
- Gary McGath
 
 
 
| Method Summary | 
|  boolean | satisfiesThisProfile()Returns
 trueif the document satisfies the profile
 at Level A. | 
|  void | setAProfile(AProfile tpr)Calling setAProfile links this AProfile to a TaggedProfile.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AProfileLevelA
public AProfileLevelA(PdfModule module)
- Constructor.
   Creates an AProfileLevelA object for subsequent testing.
 
- Parameters:
- module- The module under which we are checking the profile.
 
satisfiesThisProfile
public boolean satisfiesThisProfile()
- Returns trueif the document satisfies the profile
 at Level A.  This returns a meaningful result only ifsatisfiesThisProfile()has previously
 been called on the profile assigned bysetAProfile.
 
- 
- Specified by:
- satisfiesThisProfilein class- PdfProfile
 
- 
 
setAProfile
public void setAProfile(AProfile tpr)
- Calling setAProfile links this AProfile to a TaggedProfile.
  This class gets all its information from the linked AProfile,
  so calling this is mandatory.
 
-