| Package | Description | 
|---|---|
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MultiDocumentPropertyValidator | 
MultiDocumentValidator.hasAuthor()
This method checks that each document of the given set of PDF documents 
 has an author. 
 | 
MultiDocumentPropertyValidator | 
MultiDocumentValidator.hasKeywords()
This method checks that each document of the given set of PDF documents 
 has a keywords. 
 | 
MultiDocumentPropertyValidator | 
MultiDocumentPropertyValidator.hasProperty(java.lang.String key)
This method does for each PDF document what the name suggests. 
 | 
MultiDocumentPropertyValidator | 
MultiDocumentValidator.hasProperty(java.lang.String key)
This method checks that each document of the given set of PDF documents
 has the expected key. 
 | 
MultiDocumentPropertyValidator | 
MultiDocumentValidator.hasSubject()
This method checks that each document of the given set of PDF documents 
 has a subject. 
 | 
MultiDocumentPropertyValidator | 
MultiDocumentValidator.hasTitle()
This method checks that each document of the given set of PDF documents has a title. 
 | 
Copyright (C) PDFUnit.com. See here for license.