Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
SingleFieldValidator |
SingleFieldValidator.containing(java.lang.String expectedContent)
Validating that the content of the current field contains the value given by the parameter.
|
SingleFieldValidator |
SingleFieldValidator.endingWith(java.lang.String expectedEnd)
Validating that the content of the current field ends with the value given by the parameter.
|
SingleFieldValidator |
DocumentValidator.hasField(java.lang.String fieldname)
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.hasField(java.lang.String expectedFieldName)
Verify that a field with the given name exists.
|
SingleFieldValidator |
SingleFieldValidator.havingJavaScriptAction(java.lang.String expectedActionName)
Looking for the name of a JavaScript action wich is bound to a field.
|
SingleFieldValidator |
SingleFieldValidator.matchingComplete(java.lang.String expectedValue)
Validating that the content of the current field is equal to the given parameter.
|
SingleFieldValidator |
SingleFieldValidator.matchingRegex(java.lang.String regex)
Validating that the content of the current field matches the regular expression.
|
SingleFieldValidator |
SingleFieldValidator.notContaining(java.lang.String notExpectedContent)
Validating that the content of the current field does NOT contain the value given by the parameter.
|
SingleFieldValidator |
SingleFieldValidator.notMatchingRegex(java.lang.String regex)
Validating that the content of the current field does not match the regular expression.
|
SingleFieldValidator |
SingleFieldValidator.startingWith(java.lang.String expectedStart)
Validating that the content of the current field starts with the value given by the parameter.
|
SingleFieldValidator |
SingleFieldValidator.whichHasMultipleLines()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichHasSingleLine()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsEditable()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsExportable()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsHidden()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsMultiSelectable()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsNotEditable()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsNotExportable()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsNotHidden()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsNotMultiSelectable()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsNotPrintable()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsNotReadOnly()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsNotRequired()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsNotVisible()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsPasswordProtected()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsPrintable()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsReadOnly()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsRequired()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsSigned()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.whichIsVisible()
This method does what the name suggests.
|
SingleFieldValidator |
SingleFieldValidator.withAnyValue()
Validating that the content of the current field is not empty.
|
SingleFieldValidator |
SingleFieldValidator.withHeight(double expectedHeight,
FormatUnit unit)
This method verifies that the current field has the height equals to the given parameter.
|
SingleFieldValidator |
SingleFieldValidator.withHeight(int expectedHeight)
This method verifies that the current field has the height equals to the given parameter.
|
SingleFieldValidator |
SingleFieldValidator.withoutTextOverflow()
This method validates that the content of the current field fits inside
the size of the field.
|
SingleFieldValidator |
SingleFieldValidator.withType(FieldType expectedType)
This method checks the type of the current field.
|
SingleFieldValidator |
SingleFieldValidator.withWidth(double expectedWidth,
FormatUnit unit)
This method verifies that the current field has the width equals to the given parameter.
|
SingleFieldValidator |
SingleFieldValidator.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.