Uses of Class
com.itextpdf.forms.form.element.SignatureFieldAppearance
Package
Description
-
Uses of SignatureFieldAppearance in com.itextpdf.forms.form.element
Modifier and TypeMethodDescriptionSignatureFieldAppearance.setContent
(SignedAppearanceText description) Sets the content for this signature.SignatureFieldAppearance.setContent
(SignedAppearanceText description, ImageData image) Sets the content for this signature.SignatureFieldAppearance.setContent
(ImageData image) Sets the content for this signature.SignatureFieldAppearance.setContent
(Div data) Sets the content for this signature.SignatureFieldAppearance.setContent
(String description) Sets the content for this signature.SignatureFieldAppearance.setContent
(String signerName, SignedAppearanceText description) Sets the content for this signature.SignatureFieldAppearance.setContent
(String description, ImageData image) Sets the content for this signature.SignatureFieldAppearance.setContent
(String signerName, String description) Sets the content for this signature. -
Uses of SignatureFieldAppearance in com.itextpdf.forms.form.renderer
ModifierConstructorDescriptionSignatureAppearanceRenderer
(SignatureFieldAppearance modelElement) Creates a newSignatureAppearanceRenderer
instance. -
Uses of SignatureFieldAppearance in com.itextpdf.signatures
Modifier and TypeMethodDescriptionprotected SignatureFieldAppearance
PdfSigner.getSignatureAppearance()
Returns final signature appearance object set bySignerProperties.setSignatureAppearance(SignatureFieldAppearance)
and customized usingPdfSigner
properties such as signing date, reason, location and signer name in case they weren't specified by the user, or, if none was set, returns a new one with default appearance.SignerProperties.getSignatureAppearance()
Gets signature field appearance object representing the appearance of the signature.Modifier and TypeMethodDescriptionSignerProperties.setSignatureAppearance
(SignatureFieldAppearance appearance) Sets the signature field layout element to customize the appearance of the signature.