public static class SealOptions.Builder extends Object
SealOptions instance.| Constructor and Description |
|---|
Builder(CertificateCredentials certificateCredentials,
FieldOptions fieldOptions)
Constructs a
Builder instance. |
| Modifier and Type | Method and Description |
|---|---|
SealOptions |
build()
Returns a new
SealOptions instance built from the current state of this builder. |
SealOptions.Builder |
withAppearanceOptions(AppearanceOptions appearanceOptions)
Sets the seal appearance options.
|
SealOptions.Builder |
withSignatureFormat(SignatureFormat signatureFormat)
Sets the signature format.
|
public Builder(CertificateCredentials certificateCredentials, FieldOptions fieldOptions)
Builder instance.certificateCredentials - digital seal credential to be used for applying electronic sealfieldOptions - seal field options to be used for applying electronic sealpublic SealOptions.Builder withAppearanceOptions(AppearanceOptions appearanceOptions)
appearanceOptions - the seal appearance options;public SealOptions.Builder withSignatureFormat(SignatureFormat signatureFormat)
signatureFormat - the signature format to be used for applying electronic sealpublic SealOptions build()
SealOptions instance built from the current state of this builder.SealOptions instanceCopyright © 2023 Adobe. All rights reserved.