Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceOptions
-
Packages that use AppearanceOptions Package Description com.adobe.pdfservices.operation.pdfjobs.params.electronicseal Contains the param classes forPDFElectronicSealJob
. -
-
Uses of AppearanceOptions in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal that return AppearanceOptions Modifier and Type Method Description AppearanceOptions
PDFElectronicSealParams. getAppearanceOptions()
Returns theAppearanceOptions
instance containing information regarding elements to be displayed in Seal Field.Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal with parameters of type AppearanceOptions Modifier and Type Method Description PDFElectronicSealParams.Builder
PDFElectronicSealParams.Builder. withAppearanceOptions(AppearanceOptions appearanceOptions)
Sets theAppearanceOptions
for the seal.
-