| Package | Description | 
|---|---|
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PropertyValidator | 
DocumentValidator.hasAuthor()
This method does what the name suggests. 
 | 
PropertyValidator | 
DocumentValidator.hasCreator()
This method returns a validator which provides validation methods for the document creator. 
 | 
PropertyValidator | 
DocumentValidator.hasKeywords()
This method verifies the existence of keywords. 
 | 
PropertyValidator | 
DocumentValidator.hasProducer()
This method does what the name suggests. 
 | 
PropertyValidator | 
DocumentValidator.hasProperty(java.lang.String key)
This method verifies that the current PDF document has a property with
 the key equals to the given parameter. 
 | 
PropertyValidator | 
DocumentValidator.hasSubject()
This method does what the name suggests. 
 | 
PropertyValidator | 
DocumentValidator.hasTitle()
This method does what the name suggests. 
 | 
Copyright (C) PDFUnit.com. See here for license.