Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
FormatValidator |
DocumentValidator.hasFormat(DocumentFormat expectedFormat)
This method verifies the format against every page of a document.
|
FormatValidator |
DocumentValidator.hasFormat(DocumentFormat expectedFormat,
PagesToUse pagesToUse)
This method verifies the format against that pages, given by the
second parameter.
|
FormatValidator |
FormatValidator.hasFormat(DocumentFormat expectedFormat,
PagesToUse pagesToUse)
This method verifies that the format of all pages in effect are equal
to the expected format, given by the first parameter.
|
Copyright (C) PDFUnit.com. See here for license.