Modifier | Constructor and Description |
---|---|
protected |
PermissionValidator(com.pdfunit.internal.spi.IDocument pdfDocument) |
Modifier and Type | Method and Description |
---|---|
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 |
toAssembleDocument(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
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 |
toExtractContent(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
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 |
toModifyAnnotations(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
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 |
toPrint(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
toPrintInDegradedQuality(java.lang.Boolean expected)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
protected PermissionValidator(com.pdfunit.internal.spi.IDocument pdfDocument)
@Guarded public PermissionValidator toPrint(java.lang.Boolean expected)
@Guarded public PermissionValidator toPrintInDegradedQuality(java.lang.Boolean expected)
@Guarded public PermissionValidator toModifyContent(java.lang.Boolean expected)
@Guarded public PermissionValidator toModifyAnnotations(java.lang.Boolean expected)
@Guarded public PermissionValidator toExtractContent(java.lang.Boolean expected)
This method gives intentionally the same result, as 'toCopyContent()'.
toCopyContent(Boolean)
@Guarded public PermissionValidator toCopyContent(java.lang.Boolean expected)
This method gives intentionally the same result, as 'toExtractContent()'.
toExtractContent(Boolean)
@Guarded public PermissionValidator toFillInFields(java.lang.Boolean expected)
@Guarded public PermissionValidator toAllowScreenReaders(java.lang.Boolean expected)
@Guarded public PermissionValidator toAssembleDocument(java.lang.Boolean expected)
Copyright (C) PDFUnit.com. See here for license.