Uses of Enum
com.pdftools.pdf.Permission
Packages that use Permission
-
Uses of Permission in com.pdftools.pdf
Fields in com.pdftools.pdf with type parameters of type PermissionModifier and TypeFieldDescriptionstatic final EnumSet<Permission> Permission.ALLAll Permission.static final EnumSet<Permission> Permission.NONENo permission.Methods in com.pdftools.pdf that return PermissionModifier and TypeMethodDescriptionstatic PermissionReturns the enum constant of this type with the specified name.static Permission[]Permission.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pdftools.pdf that return types with arguments of type PermissionModifier and TypeMethodDescriptionDocument.getPermissions()The access permissions applicable for this document (Getter)Encryption.getPermissions()The access permissions granted when opening the document (Getter)Method parameters in com.pdftools.pdf with type arguments of type PermissionModifier and TypeMethodDescriptionvoidEncryption.setPermissions(String ownerPassword, EnumSet<Permission> permissions) Set the owner password and access permissions.Constructor parameters in com.pdftools.pdf with type arguments of type PermissionModifierConstructorDescriptionEncryption(String userPassword, String ownerPassword, EnumSet<Permission> permissions)