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 SignatureFormatPDFElectronicSealParams. getSignatureFormat()Returns the intendedSignatureFormatto be used for applying electronic seal.static SignatureFormatSignatureFormat. 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.BuilderPDFElectronicSealParams.Builder. withSignatureFormat(SignatureFormat signatureFormat)Sets theSignatureFormatfor the seal.
-