Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.DocumentLevelPermission
-
Packages that use DocumentLevelPermission Package Description com.adobe.pdfservices.operation.pdfjobs.params.electronicseal Contains the param classes forPDFElectronicSealJob
. -
-
Uses of DocumentLevelPermission in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal that return DocumentLevelPermission Modifier and Type Method Description DocumentLevelPermission
PDFElectronicSealParams. getDocumentLevelPermission()
Returns the document level permission for changes allowed after sealing.static DocumentLevelPermission
DocumentLevelPermission. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentLevelPermission[]
DocumentLevelPermission. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal with parameters of type DocumentLevelPermission Modifier and Type Method Description PDFElectronicSealParams.Builder
PDFElectronicSealParams.Builder. withDocumentLevelPermission(DocumentLevelPermission documentLevelPermission)
Sets the document level permission for changes allowed after sealing.
-