Serializable
, Comparable<PdfSigLockDictionary.LockPermissions>
public static enum PdfSigLockDictionary.LockPermissions extends Enum<PdfSigLockDictionary.LockPermissions>
Enum Constant | Description |
---|---|
FORM_FILLING |
|
FORM_FILLING_AND_ANNOTATION |
|
NO_CHANGES_ALLOWED |
Modifier and Type | Method | Description |
---|---|---|
PdfNumber |
getValue() |
|
static PdfSigLockDictionary.LockPermissions |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PdfSigLockDictionary.LockPermissions[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfSigLockDictionary.LockPermissions NO_CHANGES_ALLOWED
public static final PdfSigLockDictionary.LockPermissions FORM_FILLING
public static final PdfSigLockDictionary.LockPermissions FORM_FILLING_AND_ANNOTATION
public static PdfSigLockDictionary.LockPermissions[] values()
for (PdfSigLockDictionary.LockPermissions c : PdfSigLockDictionary.LockPermissions.values()) System.out.println(c);
public static PdfSigLockDictionary.LockPermissions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic PdfNumber getValue()
Copyright © 2018. All rights reserved.