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