com.adobe.livecycle.encryption.client
Class PasswordEncryptionPermission

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.encryption.client.PasswordEncryptionPermission
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class PasswordEncryptionPermission
extends java.lang.Enum

Represents enumeration values that correspond to permissions that are extended to a password-encrypted PDF document.

See Also:
Serialized Form

Field Summary
static PasswordEncryptionPermission PASSWORD_ALL_PERM
          Represents all permissions.
static PasswordEncryptionPermission PASSWORD_EDIT_ADD
          Represents the permission that enables users to add form data.
static PasswordEncryptionPermission PASSWORD_EDIT_ASSEMBLE
          Represents the permission that enables users to assemble PDF documents.
static PasswordEncryptionPermission PASSWORD_EDIT_COPY
          Represents the permission that enables users to copy form data.
static PasswordEncryptionPermission PASSWORD_EDIT_EXTRACT
          Represents the permission that enables users to extract data from forms.
static PasswordEncryptionPermission PASSWORD_EDIT_FORM_FILL
          Represents the permission that enables users to fill in forms.
static PasswordEncryptionPermission PASSWORD_EDIT_MODIFY
          Represents the permission that enables the users to edit the PDF document.
static PasswordEncryptionPermission PASSWORD_PRINT_HIGH
          Allows high-resolution printing of documents.
static PasswordEncryptionPermission PASSWORD_PRINT_LOW
          Allows low-resolution printing of documents.
static PasswordEncryptionPermission PASSWORD_PRINT_NONE
          Does not allow printing of documents.
 
Method Summary
static PasswordEncryptionPermission valueOf(java.lang.String name)
           
static PasswordEncryptionPermission[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PASSWORD_ALL_PERM

public static final PasswordEncryptionPermission PASSWORD_ALL_PERM
Represents all permissions.


PASSWORD_EDIT_ADD

public static final PasswordEncryptionPermission PASSWORD_EDIT_ADD
Represents the permission that enables users to add form data. When you set this permission, you can perform the following tasks in Acrobat: add comments, fill in form fields, and digitally sign the document.


PASSWORD_EDIT_COPY

public static final PasswordEncryptionPermission PASSWORD_EDIT_COPY
Represents the permission that enables users to copy form data.


PASSWORD_EDIT_ASSEMBLE

public static final PasswordEncryptionPermission PASSWORD_EDIT_ASSEMBLE
Represents the permission that enables users to assemble PDF documents.


PASSWORD_EDIT_EXTRACT

public static final PasswordEncryptionPermission PASSWORD_EDIT_EXTRACT
Represents the permission that enables users to extract data from forms.


PASSWORD_EDIT_FORM_FILL

public static final PasswordEncryptionPermission PASSWORD_EDIT_FORM_FILL
Represents the permission that enables users to fill in forms. When you set this permission, you can perform the following tasks in Acrobat: fill in form fields, digitally sign the document, and create template pages.


PASSWORD_EDIT_MODIFY

public static final PasswordEncryptionPermission PASSWORD_EDIT_MODIFY
Represents the permission that enables the users to edit the PDF document.


PASSWORD_PRINT_HIGH

public static final PasswordEncryptionPermission PASSWORD_PRINT_HIGH
Allows high-resolution printing of documents. In order to set high-resolution printing, you must set both PASSWORD_PRINT_HIGH and PASSWORD_PRINT_LOW values.


PASSWORD_PRINT_LOW

public static final PasswordEncryptionPermission PASSWORD_PRINT_LOW
Allows low-resolution printing of documents.


PASSWORD_PRINT_NONE

public static final PasswordEncryptionPermission PASSWORD_PRINT_NONE
Does not allow printing of documents.

Method Detail

values

public static PasswordEncryptionPermission[] values()

valueOf

public static PasswordEncryptionPermission valueOf(java.lang.String name)


[an error occurred while processing this directive] [an error occurred while processing this directive]