@DoNotObfuscate
public final class AllFieldsValidator
extends com.pdfunit.validators.AbstractValidator
Modifier | Constructor and Description |
---|---|
protected |
AllFieldsValidator(DocumentValidator documentValidator)
Creating a validator for a single field of an acro form in PDF documents.
|
Modifier and Type | Method and Description |
---|---|
AllFieldsValidator |
allWithoutTextOverflow()
This method checks each field that all the containing text can be seen.
|
AllFieldsValidator |
hasFields()
This method does what the name suggests.
|
AllFieldsValidator |
withoutDuplicateNames()
This method checks whether a PDF has formular fields with duplicates
names.
|
protected AllFieldsValidator(DocumentValidator documentValidator)
public AllFieldsValidator withoutDuplicateNames()
public AllFieldsValidator allWithoutTextOverflow()
public AllFieldsValidator hasFields()
When the form does not contain any field, an instance of PDFUnitValidationException will be thrown.
Copyright (C) PDFUnit.com. See here for license.