Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.containing(java.lang.String expectedValue)
Validating that the content of the current field contains the value given by the parameter.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.endingWith(java.lang.String expectedValue)
Validating that the content of the current field ends with the value given by the parameter.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.equalsTo(java.lang.String expectedValue)
Validating that the content of the current field is equal to the given parameter.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldJavaScriptValidator.hasField(java.lang.String expectedFieldName)
Verify that a field with the given name exists.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.hasField(java.lang.String expectedFieldName)
This method verifies that each of the given PDF document has a field with the expected name.
|
MultiDocumentSingleFieldValidator |
MultiDocumentValidator.hasField(java.lang.String fieldname)
This method verifies that each document of the given set of
PDF documents has a field with the expected name.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.matchingRegex(java.lang.String regex)
Validating that the content of the current field matches the regular expression.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.notContaining(java.lang.String expectedValue)
Validating that the content of the current field does NOT contain the value given by the parameter.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.notMatchingRegex(java.lang.String regex)
Validating that the content of the current field does not match the regular expression.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.ofType(FieldType expectedType)
This method verifies that each of the given PDF document has a field with the expected type.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.startingWith(java.lang.String expectedValue)
Validating that the content of the current field starts with the value given by the parameter.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.withHeight(int expectedHeight)
This method verifies that the current field has the height equals to the given parameter.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.withHeight(int expectedHeight,
FormatUnit formatUnit,
int allowedDelta)
This method verifies that the current field of each PDF document has the height
equals to the given parameter.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.withoutTextOverflow()
This method validates that the content of the current field fits inside
the size of the field.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.withText()
Validating that the content of the current field is not empty.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.withWidth(int expectedWidth)
This method verifies that the current field has the width equals to the given parameter.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.withWidth(int expectedWidth,
FormatUnit formatUnit,
int allowedDelta)
This method verifies that the current field of each PDF document has the
width equals to the given parameter.
|
Constructor and Description |
---|
MultiDocumentSingleFieldJavaScriptValidator(MultiDocumentSingleFieldValidator backReference,
java.util.Vector<SingleFieldValidator> fieldValidators) |
Copyright (C) PDFUnit.com. See here for license.