Uses of Enum
com.itextpdf.forms.PdfSigFieldLock.LockPermissions
Packages that use PdfSigFieldLock.LockPermissions
-
Uses of PdfSigFieldLock.LockPermissions in com.itextpdf.forms
Subclasses with type arguments of type PdfSigFieldLock.LockPermissions in com.itextpdf.formsModifier and TypeClassDescriptionstatic enumEnumerates the different levels of access permissions granted for the document when the corresponding signature field is signed:PdfSigFieldLock.LockPermissions.NO_CHANGES_ALLOWED- no changes to the document are permitted; any change to the document invalidates the signature,PdfSigFieldLock.LockPermissions.FORM_FILLING- permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature,PdfSigFieldLock.LockPermissions.FORM_FILLING_AND_ANNOTATION- permitted changes are the same as for the previous, as well as annotation creation, deletion, and modification; other changes invalidate the signature.Methods in com.itextpdf.forms that return PdfSigFieldLock.LockPermissionsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PdfSigFieldLock.LockPermissions[]PdfSigFieldLock.LockPermissions.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.LockPermissionsModifier and TypeMethodDescriptionstatic PdfNumberPdfSigFieldLock.getLockPermission(PdfSigFieldLock.LockPermissions permissions) Returns the specified level of access permissions granted for the document asPdfNumbervalue.PdfSigFieldLock.setDocumentPermissions(PdfSigFieldLock.LockPermissions permissions) Sets the permissions granted for the document when the corresponding signature field is signed.