| Package | Description | 
|---|---|
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PageValidator | 
PageValidator.hasFormat(DocumentFormat expectedFormat)
This method verifies the format against every page of a document. 
 | 
PageValidator | 
PageValidator.hasNumberOfDifferentImages(int expectedNumber)
This method compares the number of different images of a PDF document
 with the number, given by the parameter. 
 | 
PageValidator | 
PageValidator.hasNumberOfVisibleImages(int expectedNumber)
This method checks the number of visible images of a PDF document
 with the expected sum, given by the parameter. 
 | 
PageValidator | 
PageValidator.restrictedTo(PageRegion region)
This method sets a region filter for the following validation process. 
 | 
PageValidator | 
DocumentValidator.restrictedTo(PagesToUse pagesToUse)
This method sets a page filter for the following validation process. 
 | 
| Constructor and Description | 
|---|
ImageValidator(PageValidator pageValidator)  | 
RenderedPageValidator(PageValidator pageValidator)  | 
Copyright (C) PDFUnit.com. See here for license.