Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentImageValidator |
MultiDocumentImageValidator.containsImage(java.io.File imageFile)
Deprecated.
|
MultiDocumentImageValidator |
MultiDocumentImageValidator.containsImage(java.io.InputStream imageStream)
Deprecated.
|
MultiDocumentImageValidator |
MultiDocumentImageValidator.containsImage(java.lang.String imageFileName)
Deprecated.
|
MultiDocumentImageValidator |
MultiDocumentImageValidator.hasImage()
This method validates that the current document has an image in the defined pages and regions.
|
MultiDocumentImageValidator |
MultiDocumentValidator.hasImage() |
MultiDocumentImageValidator |
MultiDocumentImageValidator.matching(java.awt.image.BufferedImage expectedImage)
This method verifies that one of the extracted images is equal to
the expected image which is given by the parameter.
|
MultiDocumentImageValidator |
MultiDocumentImageValidator.matching(java.io.File expectedImageFile)
This method verifies that one of the extracted images is equal to
the expected image which is given by the parameter.
|
MultiDocumentImageValidator |
MultiDocumentImageValidator.matching(java.io.InputStream expectedImageStream)
This method verifies that one of the extracted images is equal to
the expected image which is given by the parameter.
|
MultiDocumentImageValidator |
MultiDocumentImageValidator.matching(java.lang.String expectedImageFileName)
This method verifies that one of the extracted images is equal to
the expected image which is given by the parameter.
|
MultiDocumentImageValidator |
MultiDocumentImageValidator.matching(java.net.URL expectedImageUrl)
This method verifies that one of the extracted images is equal to
the expected image which is given by the parameter.
|
Copyright (C) PDFUnit.com. See here for license.