Uses of Class
com.itextpdf.forms.form.element.SignatureFieldAppearance
Packages that use SignatureFieldAppearance
Package
Description
-
Uses of SignatureFieldAppearance in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element that return SignatureFieldAppearanceModifier 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
Constructors in com.itextpdf.forms.form.renderer with parameters of type SignatureFieldAppearanceModifierConstructorDescriptionSignatureAppearanceRenderer(SignatureFieldAppearance modelElement) Creates a newSignatureAppearanceRendererinstance. -
Uses of SignatureFieldAppearance in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return SignatureFieldAppearanceModifier and TypeMethodDescriptionPdfSignatureAppearance.getSignatureAppearance()Gets the signature layout element.SignerProperties.getSignatureAppearance()Gets signature field layout element, which customizes the appearance of a signature.Methods in com.itextpdf.signatures with parameters of type SignatureFieldAppearanceModifier and TypeMethodDescriptionPdfSignatureAppearance.setSignatureAppearance(SignatureFieldAppearance modelElement) Deprecated.voidPdfSigner.setSignatureAppearance(SignatureFieldAppearance appearance) Sets the signature field layout element to customize the appearance of the signature.SignerProperties.setSignatureAppearance(SignatureFieldAppearance appearance) Sets the signature field layout element to customize the appearance of the signature.
PdfSigner.setSignatureAppearance(SignatureFieldAppearance)instead.