Uses of Class
com.itextpdf.forms.PdfSigFieldLock.LockAction
-
Packages that use PdfSigFieldLock.LockAction Package Description com.itextpdf.forms -
-
Uses of PdfSigFieldLock.LockAction in com.itextpdf.forms
Methods in com.itextpdf.forms that return PdfSigFieldLock.LockAction Modifier and Type Method Description static PdfSigFieldLock.LockAction
PdfSigFieldLock.LockAction. valueOf(java.lang.String name)
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.Methods in com.itextpdf.forms with parameters of type PdfSigFieldLock.LockAction Modifier and Type Method Description static PdfName
PdfSigFieldLock. getLockActionValue(PdfSigFieldLock.LockAction action)
Returns the specified action of a signature field lock asPdfName
value.PdfSigFieldLock
PdfSigFieldLock. setFieldLock(PdfSigFieldLock.LockAction action, java.lang.String... fields)
Sets signature lock for specific fields in the document.
-