| Package | Description | 
|---|---|
| com.pdfunit | 
 This is the main package for testing PDF documents. 
 | 
| com.pdfunit.messages | 
 Classes for error messages, used as a key in messages.properties. 
 | 
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static CertificationLevel | 
Constants.FORM_FILLING
Constant for the certified PDF. 
 | 
static CertificationLevel | 
Constants.FORM_FILLING_AND_ANNOTATIONS
Constant for the certified PDF. 
 | 
static CertificationLevel | 
Constants.NO_CHANGES_ALLOWED
Constant for the certified PDF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CertificationLevel | 
CertificationLevel.getInstance(int levelValue)  | 
static CertificationLevel | 
CertificationLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static CertificationLevel[] | 
CertificationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
CertificationLevelMessage(com.pdfunit.internal.spi.IDocument testDocument,
                         CertificationLevel expectedLevel,
                         CertificationLevel actualLevel)  | 
| Modifier and Type | Method and Description | 
|---|---|
CertificationLevelValidator | 
CertificationLevelValidator.isCertifiedFor(CertificationLevel expectedLevel)
This method compares the name of 'certified for' of the current document with
 the given parameter. 
 | 
DocumentValidator | 
DocumentValidator.isCertifiedFor(CertificationLevel expectedCertificationLevel)
Verifying that the certification level of the current PDF document is equal to the
 expected certification level. 
 | 
MultiDocumentValidator | 
MultiDocumentCertificationLevelValidator.isCertifiedFor(CertificationLevel expectedCertificationLevel)  | 
MultiDocumentValidator | 
MultiDocumentValidator.isCertifiedFor(CertificationLevel expectedCertificationLevel)
This method verifies that each document of the given set of
 PDF documents is certified for the expected level. 
 | 
Copyright (C) PDFUnit.com. See here for license.