Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
PermissionValidator |
DocumentValidator.hasPermission()
This method prepares the validation of permissions of the current PDF documents.
|
PermissionValidator |
PermissionValidator.toAllowScreenReaders(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toAssembleDocument(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toCopyContent(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toExtractContent(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toFillInFields(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toModifyAnnotations(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toModifyContent(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toPrint(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toPrintInDegradedQuality(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
Copyright (C) PDFUnit.com. See here for license.