Uses of Enum Class
com.itextpdf.text.pdf.PdfSigLockDictionary.LockPermissions
Packages that use PdfSigLockDictionary.LockPermissions
-
Uses of PdfSigLockDictionary.LockPermissions in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfSigLockDictionary.LockPermissionsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PdfSigLockDictionary.LockPermissions[]
PdfSigLockDictionary.LockPermissions.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.LockPermissionsModifierConstructorDescriptionPdfSigLockDictionary
(PdfSigLockDictionary.LockAction action, PdfSigLockDictionary.LockPermissions p, String... fields) Creates a signature lock for specific fields in the document.Creates a signature lock for all fields in the document, setting specific permissions.