Uses of Enum
com.itextpdf.forms.PdfSigFieldLock.LockAction
Packages that use PdfSigFieldLock.LockAction
-
Uses of PdfSigFieldLock.LockAction in com.itextpdf.forms
Methods in com.itextpdf.forms that return PdfSigFieldLock.LockActionModifier 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.Methods in com.itextpdf.forms with parameters of type PdfSigFieldLock.LockActionModifier 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.