@DoNotObfuscate
public final class PermissionValidator
extends com.pdfunit.validators.AbstractValidator
Modifier | Constructor and Description |
---|---|
protected |
PermissionValidator(DocumentValidator documentValidator) |
Modifier and Type | Method and Description |
---|---|
PermissionValidator |
toAllowScreenReaders(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
toAssembleDocument(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
toExtractContent(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
toFillInFields(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
toModifyAnnotations(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
toModifyContent(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
toPrintInDegradedQualityOnly(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
toPrintInHighQuality(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
protected PermissionValidator(DocumentValidator documentValidator)
@Guarded public PermissionValidator toPrintInHighQuality(boolean permissionType)
@Guarded public PermissionValidator toPrintInDegradedQualityOnly(boolean permissionType)
@Guarded public PermissionValidator toModifyContent(boolean permissionType)
@Guarded public PermissionValidator toModifyAnnotations(boolean permissionType)
@Guarded public PermissionValidator toExtractContent(boolean permissionType)
This method gives intentionally the same result, as 'toExtractContent()'.
@Guarded public PermissionValidator toFillInFields(boolean permissionType)
@Guarded public PermissionValidator toAllowScreenReaders(boolean permissionType)
@Guarded public PermissionValidator toAssembleDocument(boolean permissionType)
Copyright (C) PDFUnit.com. See here for license.