@DoNotObfuscate
public class MultiDocumentPermissionValidator
extends java.lang.Object
PermissionValidator
![]() |
![]() |
Modifier | Constructor and Description |
---|---|
protected |
MultiDocumentPermissionValidator(java.util.Vector<DocumentValidator> documentValidators) |
Modifier and Type | Method and Description |
---|---|
MultiDocumentPermissionValidator |
hasPermission()
This method prepares the validation of permissions of each given PDF documents.
|
MultiDocumentPermissionValidator |
toAllowScreenReaders(java.lang.Boolean expected)
This method verifies that each given PDF document has the permission,
indicated by the name of this method.
|
MultiDocumentPermissionValidator |
toAssembleDocument(java.lang.Boolean expected)
This method verifies that each given PDF document has the permission,
indicated by the name of this method.
|
MultiDocumentPermissionValidator |
toCopyContent(java.lang.Boolean expected)
This method verifies that each given PDF document has the permission,
indicated by the name of this method.
|
MultiDocumentPermissionValidator |
toExtractContent(java.lang.Boolean expected)
This method verifies that each given PDF document has the permission,
indicated by the name of this method.
|
MultiDocumentPermissionValidator |
toFillInFields(java.lang.Boolean expected)
This method verifies that each given PDF document has the permission,
indicated by the name of this method.
|
MultiDocumentPermissionValidator |
toModifyAnnotations(java.lang.Boolean expected)
This method verifies that each given PDF document has the permission,
indicated by the name of this method.
|
MultiDocumentPermissionValidator |
toModifyContent(java.lang.Boolean expected)
This method verifies that each given PDF document has the permission,
indicated by the name of this method.
|
MultiDocumentPermissionValidator |
toPrint(java.lang.Boolean expected)
This method verifies that each given PDF document has the permission,
indicated by the name of this method.
|
MultiDocumentPermissionValidator |
toPrintInDegradedQuality(java.lang.Boolean expected)
This method verifies that each given PDF document has the permission,
indicated by the name of this method.
|
protected MultiDocumentPermissionValidator(java.util.Vector<DocumentValidator> documentValidators)
public MultiDocumentPermissionValidator hasPermission()
@Guarded public MultiDocumentPermissionValidator toPrint(java.lang.Boolean expected)
@Guarded public MultiDocumentPermissionValidator toCopyContent(java.lang.Boolean expected)
@Guarded public MultiDocumentPermissionValidator toAllowScreenReaders(java.lang.Boolean expected)
@Guarded public MultiDocumentPermissionValidator toPrintInDegradedQuality(java.lang.Boolean expected)
@Guarded public MultiDocumentPermissionValidator toFillInFields(java.lang.Boolean expected)
@Guarded public MultiDocumentPermissionValidator toExtractContent(java.lang.Boolean expected)
@Guarded public MultiDocumentPermissionValidator toModifyContent(java.lang.Boolean expected)
@Guarded public MultiDocumentPermissionValidator toAssembleDocument(java.lang.Boolean expected)
@Guarded public MultiDocumentPermissionValidator toModifyAnnotations(java.lang.Boolean expected)
Copyright (C) PDFUnit.com. See here for license.