Uses of Enum
com.pdftools.pdf.MdpPermissions
Packages that use MdpPermissions
-
Uses of MdpPermissions in com.pdftools.pdf
Methods in com.pdftools.pdf that return MdpPermissionsModifier and TypeMethodDescriptionCertificationSignature.getPermissions()The access permissions granted for this document (Getter)static MdpPermissionsReturns the enum constant of this type with the specified name.static MdpPermissions[]MdpPermissions.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MdpPermissions in com.pdftools.sign
Methods in com.pdftools.sign that return MdpPermissionsModifier and TypeMethodDescriptionMdpPermissionOptions.getPermissions()The access permissions granted for the document (Getter)Methods in com.pdftools.sign with parameters of type MdpPermissionsModifier and TypeMethodDescriptionvoidMdpPermissionOptions.setPermissions(MdpPermissions value) The access permissions granted for the document (Setter)Constructors in com.pdftools.sign with parameters of type MdpPermissions