public static enum PdfSigFieldLockDictionary.LockAction extends Enum<PdfSigFieldLockDictionary.LockAction>
Modifier and Type | Method and Description |
---|---|
static PdfSigFieldLockDictionary.LockAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfSigFieldLockDictionary.LockAction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PdfSigFieldLockDictionary.LockAction ALL
public static final PdfSigFieldLockDictionary.LockAction INCLUDE
public static final PdfSigFieldLockDictionary.LockAction EXCLUDE
public static PdfSigFieldLockDictionary.LockAction[] values()
for (PdfSigFieldLockDictionary.LockAction c : PdfSigFieldLockDictionary.LockAction.values()) System.out.println(c);
public static PdfSigFieldLockDictionary.LockAction 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.