| Package | Description | 
|---|---|
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComparePageValidator | 
ComparePageValidator.haveSameAppearance()
This method renders each specified page of a test PDF document and compares
 it as an image to the same area of a master PDF. 
 | 
ComparePageValidator | 
CompareDocumentValidator.haveSameAppearance(PagesToUse pagesToUse)
Deprecated.  
 | 
ComparePageValidator | 
CompareDocumentValidator.haveSameAppearance(PagesToUse pagesToUse,
                  PageRegion region)
Deprecated.  
 | 
ComparePageValidator | 
ComparePageValidator.haveSameFieldsByName()
This method does what the name suggests. 
 | 
ComparePageValidator | 
ComparePageValidator.haveSameFieldsByValue()
This method does what the name suggests. 
 | 
ComparePageValidator | 
ComparePageValidator.haveSameFormat()
This method does what the name suggests. 
 | 
ComparePageValidator | 
ComparePageValidator.haveSameImages()
This method does what the name suggests. 
 | 
ComparePageValidator | 
ComparePageValidator.haveSameNumberOfImages()
This method does what the name suggests. 
 | 
ComparePageValidator | 
CompareDocumentValidator.haveSameText()  | 
ComparePageValidator | 
ComparePageValidator.haveSameText()
This method does what the name suggests. 
 | 
ComparePageValidator | 
CompareDocumentValidator.haveSameText(PagesToUse pagesToUse)
Deprecated.  
 | 
ComparePageValidator | 
CompareDocumentValidator.haveSameText(PagesToUse pagesToUse,
            PageRegion region)
Deprecated.  
 | 
ComparePageValidator | 
CompareDocumentValidator.haveSameText(PagesToUse pagesToUse,
            PageRegion region,
            WhitespaceProcessing whitespaceProcessing)
Deprecated.  
 | 
ComparePageValidator | 
CompareDocumentValidator.haveSameText(PagesToUse pagesToUse,
            WhitespaceProcessing whitespaceProcessing)
Deprecated.  
 | 
ComparePageValidator | 
ComparePageValidator.haveSameText(WhitespaceProcessing whitespaceProcessing)  | 
ComparePageValidator | 
ComparePageValidator.restrictedTo(PageRegion region)
This method sets a region filter for the following validation process. 
 | 
ComparePageValidator | 
CompareDocumentValidator.restrictedTo(PagesToUse pagesToUse)
This method sets a page filter for the following validation process. 
 | 
Copyright (C) PDFUnit.com. See here for license.