Package com.datalogics.PDFL
Enum Class PermissionRequestOperation
- All Implemented Interfaces:
Serializable,Comparable<PermissionRequestOperation>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFor accessibility use.Check all operations.Used for checking to see if any operation is allowed.For forms: enables form appearance to be rendered as a plain text barcode.Copy.Generic.Crop.Delete.For the notes.Form fill-in, or sign the existing field.For the document.For the notes and image.Insert.Modify.This should be always the last item For annotations and forms: enabling online functionality.For document open.For the document: regular printing.For the document: low quality printing.For the page.For the page.Rotate.For the document: changing security settings.For document or page, selecting (not copying) text or graphics.Allow the form to spawn template pages.Submit forms outside of the browser.For summarizing notes.For annotations: enabling a summary view of annotations in a PDF Viewer.Used for error checking. -
Method Summary
Modifier and TypeMethodDescriptionstatic PermissionRequestOperationReturns the enum constant of this class with the specified name.static PermissionRequestOperation[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
ALL_OPERATIONS
Check all operations. -
CREATE
Generic. -
DELETE
Delete. -
MODIFY
Modify. -
COPY
Copy. -
ACCESSIBLE
For accessibility use. -
SELECT
For document or page, selecting (not copying) text or graphics. -
OPEN
For document open. -
SECURE
For the document: changing security settings. -
PRINT_HIGH
For the document: regular printing. -
PRINT_LOW
For the document: low quality printing. -
FILL_IN
Form fill-in, or sign the existing field. -
ROTATE
Rotate. -
CROP
Crop. -
SUMMARIZE
For summarizing notes. -
INSERT
Insert. -
REPLACE
For the page. -
REORDER
For the page. -
FULL_SAVE
For the document. -
IMPORT
For the notes and image. -
EXPORT
For the notes. ExportPS should check print. -
ANY_OPERATION
Used for checking to see if any operation is allowed. -
UNKNOWN_OPERATION
Used for error checking. -
SUBMIT_STANDALONE
Submit forms outside of the browser. -
SPAWN_TEMPLATE
Allow the form to spawn template pages. -
ONLINE
This should be always the last item For annotations and forms: enabling online functionality. -
SUMMARY_VIEW
For annotations: enabling a summary view of annotations in a PDF Viewer. -
BARCODE_PLAINTEXT
For forms: enables form appearance to be rendered as a plain text barcode.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-