public static enum PdfSigFieldLockDictionary.LockPermissions extends Enum<PdfSigFieldLockDictionary.LockPermissions>
NO_CHANGES_ALLOWED
- no changes to the document are permitted; any change to the document invalidates the signature,FORM_FILLING
- permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature,FORM_FILLING_AND_ANNOTATION
- permitted changes are the same as for the previous, as well as annotation creation, deletion, and modification; other changes invalidate the signature.Enum Constant and Description |
---|
FORM_FILLING |
FORM_FILLING_AND_ANNOTATION |
NO_CHANGES_ALLOWED |
Modifier and Type | Method and Description |
---|---|
static PdfSigFieldLockDictionary.LockPermissions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfSigFieldLockDictionary.LockPermissions[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PdfSigFieldLockDictionary.LockPermissions NO_CHANGES_ALLOWED
public static final PdfSigFieldLockDictionary.LockPermissions FORM_FILLING
public static final PdfSigFieldLockDictionary.LockPermissions FORM_FILLING_AND_ANNOTATION
public static PdfSigFieldLockDictionary.LockPermissions[] values()
for (PdfSigFieldLockDictionary.LockPermissions c : PdfSigFieldLockDictionary.LockPermissions.values()) System.out.println(c);
public static PdfSigFieldLockDictionary.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 name
NullPointerException
- if the argument is null
Copyright © 1998–2018 iText Group NV. All rights reserved.