| Package | Description | 
|---|---|
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FieldPropertyValidator | 
FieldPropertyValidator.checked()
Returns whether a field has the property 'checked'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.editable()
Returns whether a field has the property 'editable'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.exportable()
Returns whether a field has the property 'exportable'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.multiLine()
Returns whether a field has the property 'multi-line'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.multiSelect()
Returns whether a field has the property 'multi selectable'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.notExportable()
Returns whether a field does not have the property 'exportable'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.notSigned()
Returns whether a field does not have the property 'signed'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.notVisibleInPrint()
Returns whether a field does not have the property 'visible in print'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.notVisibleOnScreen()
Returns whether a field does not have the property 'visible on screen'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.optional()
Return whether a field does not have the property 'required'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.passwordProtected()
Returns whether a field has the property 'password protected'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.readOnly()
Returns whether a field has the property 'read only'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.required()
Returns whether a field has the property 'required'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.signed()
Returns whether a field has the property 'signed'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.singleLine()
Returns whether a field has the property 'single-line'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.singleSelect()
Returns whether a field has the property 'single selectable'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.unchecked()
Returns whether a field does not have the property 'checked'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.visibleInPrint()
Returns whether a field has the property 'visible in print'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.visibleOnScreen()
Returns whether a field has the property 'visible on screen'. 
 | 
FieldPropertyValidator | 
FieldPropertyValidator.visibleOnScreenAndInPrint()
Returns whether a field has the property 'visible on screen and in print'. 
 | 
FieldPropertyValidator | 
SingleFieldValidator.withProperty()
This method prepares the validator to check field properties. 
 | 
| Constructor and Description | 
|---|
MultiDocumentFieldPropertyValidator(java.util.Vector<FieldPropertyValidator> fieldPropertyValidators)  | 
Copyright (C) PDFUnit.com. See here for license.