Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceItem
-
Packages that use AppearanceItem Package Description com.adobe.pdfservices.operation.pdfjobs.params.electronicseal Contains the param classes forPDFElectronicSealJob
. -
-
Uses of AppearanceItem in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal that return AppearanceItem Modifier and Type Method Description static AppearanceItem
AppearanceItem. valueOf(String name)
Returns the enum constant of this type with the specified name.static AppearanceItem[]
AppearanceItem. 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 that return types with arguments of type AppearanceItem Modifier and Type Method Description Set<AppearanceItem>
AppearanceOptions. getItems()
Returns the set of seal appearance items.Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal with parameters of type AppearanceItem Modifier and Type Method Description void
AppearanceOptions. addItem(AppearanceItem appearanceItem)
Add the appearance items to the set.
-