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.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.havingJavaScriptAction(java.lang.String expectedActionName)
This method looks for the name of a JavaScript action wich is bound to a field.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.matchingComplete(java.lang.String expectedValue)
Validating that the content of the current field is equal to the given parameter.
|
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.startingWith(java.lang.String expectedValue)
Validating that the content of the current field starts with the value given by the parameter.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichHasMultipleLines()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichHasSingleLine()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsEditable()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsExportable()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsHidden()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsMultiSelectable()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsNotEditable()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsNotExportable()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsNotHidden()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsNotMultiSelectable()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsNotPrintable()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsNotReadOnly()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsNotRequired()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsNotVisible()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsPasswordProtected()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsPrintable()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsReadOnly()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsRequired()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsSigned()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.whichIsVisible()
This method does what the name suggests.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.withAnyValue()
Validating that the content of the current field is not empty.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.withHeight(double expectedHeight,
FormatUnit formatUnit)
This method verifies that the current field of each PDF document has the height
equals to the given parameter.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.withHeight(int expectedHeight)
This method verifies that the current field 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.withType(FieldType expectedType)
This method verifies that each of the given PDF document has a field with the expected type.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.withWidth(double expectedWidth,
FormatUnit formatUnit)
This method verifies that the current field of each PDF document has the width
equals to the given parameter.
|
MultiDocumentSingleFieldValidator |
MultiDocumentSingleFieldValidator.withWidth(int expectedWidth)
This method verifies that the current field has the width equals to the given parameter.
|
Copyright (C) PDFUnit.com. See here for license.