Package | Description |
---|---|
com.pdfunit |
This is the main package for testing PDF documents.
|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Field and Description |
---|---|
static ComparePermission |
Constants.ALLOW_ASSEMBLE_DOCUMENTS
Constant for PDF document permission.
|
static ComparePermission |
Constants.ALLOW_COPY
Constant for PDF document permission.
|
static ComparePermission |
Constants.ALLOW_DEGRADED_PRINTING
Constant for PDF document permission.
|
static ComparePermission |
Constants.ALLOW_EXTRACT_CONTENT
Constant for PDF document permission.
|
static ComparePermission |
Constants.ALLOW_FILL_IN
Constant for PDF document permission.
|
static ComparePermission |
Constants.ALLOW_MODIFY_ANNOTATIONS
Constant for PDF document permission.
|
static ComparePermission |
Constants.ALLOW_MODIFY_CONTENT
Constant for PDF document permission.
|
static ComparePermission |
Constants.ALLOW_PRINTING
Constant for PDF document permission.
|
static ComparePermission |
Constants.ALLOW_SCREENREADERS
Constant for PDF document permission.
|
Modifier and Type | Method and Description |
---|---|
static ComparePermission |
ComparePermission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComparePermission[] |
ComparePermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompareValidator |
CompareValidator.haveSamePermission(ComparePermission permissionsToCompare)
This method does what the name suggests.
|
Copyright (C) PDFUnit.com. See here for license.