Uses of Enum Class
com.datalogics.PDFL.PermissionRequestOperation
Packages that use PermissionRequestOperation
-
Uses of PermissionRequestOperation in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PermissionRequestOperationModifier and TypeMethodDescriptionstatic PermissionRequestOperationReturns the enum constant of this class with the specified name.static PermissionRequestOperation[]PermissionRequestOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type PermissionRequestOperationModifier and TypeMethodDescriptionbooleanDocument.permRequest(PermissionRequestOperation requestedperm) Tests if a permission is set on a documentbooleanDocument.permRequest(String password, PermissionRequestOperation perms) Request the permissions to be changed on a PDF document.Constructors in com.datalogics.PDFL with parameters of type PermissionRequestOperationModifierConstructorDescriptionDocument(com.datalogics.PDFL.JavaStreamFile file, String password, PermissionRequestOperation perms, boolean doRepair) Document(String fileName, String password, PermissionRequestOperation perms, boolean doRepair) Opens the specified document.Document(ImageInputStream stream, String password, PermissionRequestOperation perms, boolean doRepair) Open a Document from a javax.imageio.stream.ImageInputStream.