Uses of Class
com.itextpdf.forms.form.element.SignatureFieldAppearance
-
Packages that use SignatureFieldAppearance Package Description com.itextpdf.forms.form.element com.itextpdf.forms.form.renderer com.itextpdf.signatures -
-
Uses of SignatureFieldAppearance in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element that return SignatureFieldAppearance Modifier and Type Method Description SignatureFieldAppearance
SignatureFieldAppearance. setContent(SignedAppearanceText description)
Sets the content for this signature.SignatureFieldAppearance
SignatureFieldAppearance. setContent(SignedAppearanceText description, ImageData image)
Sets the content for this signature.SignatureFieldAppearance
SignatureFieldAppearance. setContent(ImageData image)
Sets the content for this signature.SignatureFieldAppearance
SignatureFieldAppearance. setContent(Div data)
Sets the content for this signature.SignatureFieldAppearance
SignatureFieldAppearance. setContent(java.lang.String description)
Sets the content for this signature.SignatureFieldAppearance
SignatureFieldAppearance. setContent(java.lang.String signerName, SignedAppearanceText description)
Sets the content for this signature.SignatureFieldAppearance
SignatureFieldAppearance. setContent(java.lang.String description, ImageData image)
Sets the content for this signature.SignatureFieldAppearance
SignatureFieldAppearance. setContent(java.lang.String signerName, java.lang.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 SignatureFieldAppearance Constructor Description SignatureAppearanceRenderer(SignatureFieldAppearance modelElement)
Creates a newSignatureAppearanceRenderer
instance. -
Uses of SignatureFieldAppearance in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as SignatureFieldAppearance Modifier and Type Field Description private SignatureFieldAppearance
SignerProperties. appearance
private SignatureFieldAppearance
PdfSignatureAppearance. modelElement
Signature model element.Methods in com.itextpdf.signatures that return SignatureFieldAppearance Modifier and Type Method Description SignatureFieldAppearance
PdfSignatureAppearance. getSignatureAppearance()
Gets the signature layout element.SignatureFieldAppearance
SignerProperties. getSignatureAppearance()
Gets signature field layout element, which customizes the appearance of a signature.Methods in com.itextpdf.signatures with parameters of type SignatureFieldAppearance Modifier and Type Method Description PdfSignatureAppearance
PdfSignatureAppearance. setSignatureAppearance(SignatureFieldAppearance modelElement)
Deprecated.void
PdfSigner. setSignatureAppearance(SignatureFieldAppearance appearance)
Sets the signature field layout element to customize the appearance of the signature.SignerProperties
SignerProperties. setSignatureAppearance(SignatureFieldAppearance appearance)
Sets the signature field layout element to customize the appearance of the signature.
-