Uses of Enum Class
com.datalogics.PDFL.PermissionFlags
Packages that use PermissionFlags
-
Uses of PermissionFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PermissionFlagsModifier and TypeMethodDescriptionstatic PermissionFlagsReturns the enum constant of this class with the specified name.static PermissionFlags[]PermissionFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL that return types with arguments of type PermissionFlagsModifier and TypeMethodDescriptionDocument.getPermissionFlags()Allows to obtain security flags for the document.Method parameters in com.datalogics.PDFL with type arguments of type PermissionFlagsModifier and TypeMethodDescriptionvoidDocument.secure(EnumSet<PermissionFlags> permissions, String ownerPassword, String userPassword) Secure the PDF document securely with password(s).voidDocument.secure(EnumSet<PermissionFlags> permissions, String ownerPassword, String userPassword, EncryptionType encryptionType) Secure the PDF document securely with password(s).voidDocument.secure(EnumSet<PermissionFlags> permissions, String ownerPassword, String userPassword, EncryptionType encryptionType, boolean encryptMetadata) Secure the PDF document securely with password(s).