Uses of Enum Class
com.itextpdf.text.pdf.PdfSigLockDictionary.LockAction
Packages that use PdfSigLockDictionary.LockAction
-
Uses of PdfSigLockDictionary.LockAction in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfSigLockDictionary.LockActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PdfSigLockDictionary.LockAction[]
PdfSigLockDictionary.LockAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.itextpdf.text.pdf with parameters of type PdfSigLockDictionary.LockActionModifierConstructorDescriptionPdfSigLockDictionary
(PdfSigLockDictionary.LockAction action, PdfSigLockDictionary.LockPermissions p, String... fields) Creates a signature lock for specific fields in the document.PdfSigLockDictionary
(PdfSigLockDictionary.LockAction action, String... fields) Creates a signature lock for specific fields in the document.