@DoNotObfuscate
public final class MultiDocumentAllFieldsValidator
extends java.lang.Object
AllFieldsValidator
Modifier | Constructor and Description |
---|---|
protected |
MultiDocumentAllFieldsValidator(MultiDocumentValidator backReference) |
Modifier and Type | Method and Description |
---|---|
MultiDocumentAllFieldsValidator |
allWithoutTextOverflow()
This method checks for each given PDF document that the content of each of its field can be seen.
|
MultiDocumentAllFieldsValidator |
hasFields()
This method checks that each given PDF has fields.
|
MultiDocumentAllFieldsValidator |
withoutDuplicateNames()
This method checks for each given document that its formular does not have fields
with duplicates names.
|
protected MultiDocumentAllFieldsValidator(MultiDocumentValidator backReference)
public MultiDocumentAllFieldsValidator withoutDuplicateNames()
public MultiDocumentAllFieldsValidator allWithoutTextOverflow()
public MultiDocumentAllFieldsValidator hasFields()
When the form does not contain any field, an instance of PDFUnitValidationException will be thrown.
Copyright (C) PDFUnit.com. See here for license.