Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.SignatureFormat
-
Packages that use SignatureFormat Package Description com.adobe.pdfservices.operation.pdfjobs.params.electronicseal Contains the param classes forPDFElectronicSealJob
. -
-
Uses of SignatureFormat in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal that return SignatureFormat Modifier and Type Method Description SignatureFormat
PDFElectronicSealParams. getSignatureFormat()
Returns the intendedSignatureFormat
to be used for applying electronic seal.static SignatureFormat
SignatureFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignatureFormat[]
SignatureFormat. 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 SignatureFormat Modifier and Type Method Description PDFElectronicSealParams.Builder
PDFElectronicSealParams.Builder. withSignatureFormat(SignatureFormat signatureFormat)
Sets theSignatureFormat
for the seal.
-