java.io.Serializable, java.lang.Comparable<PdfSigLockDictionary.LockPermissions>public static enum PdfSigLockDictionary.LockPermissions extends java.lang.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(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic PdfNumber getValue()
Copyright © 1998–2018. All rights reserved.