Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentTextValidator |
MultiDocumentTextValidator.containing(java.lang.String... expectedTokens)
This method checks that each document of a set of given PDF documents
contains the expected text in the pages and areas that are defined before.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.containing(java.lang.String expectedToken)
This method checks that each document of a set of given PDF documents
contains the expected text in the pages and areas that are defined before.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.containing(java.lang.String[] expectedTokens,
WhitespaceProcessing whitespaceProcessing)
This method checks that each document of a set of given PDF documents
contains the expected text in the pages and areas that are defined before.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.endingWith(java.lang.String expectedToken)
This method verifies for each document that the text on every page in effect
ends with the given parameter.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.equalsTo(java.lang.String expectedToken)
This method verifies for each document that the text on every page in effect is equals to
the expected value.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.equalsTo(java.lang.String expectedText,
WhitespaceProcessing whitespaceProcessing)
This method verifies for each document that the text on every page in effect is equals to
the expected value.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.hasText()
This method checks that each document of the given set of PDF documents
contains text on the pages that are defined by the parameter.
|
MultiDocumentTextValidator |
MultiDocumentValidator.hasText() |
MultiDocumentTextValidator |
MultiDocumentValidator.hasText(PagesToUse pagesToUse,
PageRegion region)
Deprecated.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.matchingRegex(java.lang.String expectedToken)
This method verifies for each document that the text on every page in effect
matches the regular expression given by the parameter.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.notContaining(java.lang.String... expectedTokens)
This method checks that each document of a set of given PDF documents
does not contain the expected text in the pages and areas that are defined before.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.notContaining(java.lang.String expectedToken)
This method checks that each document of a set of given PDF documents
does not contain the expected text in the pages and areas that are defined before.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.notContaining(java.lang.String[] expectedTokens,
WhitespaceProcessing normalize)
This method checks that each document of a set of given PDF documents
does not contain the expected text in the pages and areas that are defined before.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.notEndingWith(java.lang.String expectedToken)
This method verifies for each document that the text on every page in effect
does not end with the given parameter.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.notMatchingRegex(java.lang.String expectedToken)
This method verifies for each document that the text on every page in effect
does not match the regular expression given by the parameter.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.notStartingWith(java.lang.String expectedToken)
This method verifies for each document that the text on every page in effect
does not start with the given parameter.
|
MultiDocumentTextValidator |
MultiDocumentTextValidator.startingWith(java.lang.String expectedToken)
This method verifies for each document that the text on every page in effect starts
with the given parameter.
|
Copyright (C) PDFUnit.com. See here for license.