Uses of Enum
com.itextpdf.forms.PdfSigFieldLock.LockAction
-
Uses of PdfSigFieldLock.LockAction in com.itextpdf.forms
Modifier and TypeMethodDescriptionstatic PdfSigFieldLock.LockAction
Returns the enum constant of this type with the specified name.static PdfSigFieldLock.LockAction[]
PdfSigFieldLock.LockAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic PdfName
PdfSigFieldLock.getLockActionValue
(PdfSigFieldLock.LockAction action) Returns the specified action of a signature field lock asPdfName
value.PdfSigFieldLock.setFieldLock
(PdfSigFieldLock.LockAction action, String... fields) Sets signature lock for specific fields in the document.