Uses of Class
com.itextpdf.forms.fields.properties.SignedAppearanceText
Packages that use SignedAppearanceText
Package
Description
-
Uses of SignedAppearanceText in com.itextpdf.forms.fields.properties
Methods in com.itextpdf.forms.fields.properties that return SignedAppearanceTextModifier and TypeMethodDescriptionSignedAppearanceText.setLocationLine
(String location) Sets the signing location.SignedAppearanceText.setReasonLine
(String reason) Sets the signing reason.SignedAppearanceText.setSignDate
(Calendar signDate) Sets the signature date.SignedAppearanceText.setSignedBy
(String signedBy) Sets the name of the signer from the certificate. -
Uses of SignedAppearanceText in com.itextpdf.forms.form.element
Fields in com.itextpdf.forms.form.element declared as SignedAppearanceTextModifier and TypeFieldDescriptionprivate SignedAppearanceText
SignatureFieldAppearance.signedAppearanceText
Methods in com.itextpdf.forms.form.element that return SignedAppearanceTextModifier and TypeMethodDescriptionSignatureFieldAppearance.getSignedAppearanceText()
Gets theSignedAppearanceText
instance for this signature.Methods in com.itextpdf.forms.form.element with parameters of type SignedAppearanceTextModifier and TypeMethodDescriptionprivate void
SignatureFieldAppearance.prepareContent
(String signer, SignedAppearanceText description) SignatureFieldAppearance.setContent
(SignedAppearanceText description) Sets the content for this signature.SignatureFieldAppearance.setContent
(SignedAppearanceText description, ImageData image) Sets the content for this signature.SignatureFieldAppearance.setContent
(String signerName, SignedAppearanceText description) Sets the content for this signature. -
Uses of SignedAppearanceText in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return SignedAppearanceTextModifier and TypeMethodDescription(package private) SignedAppearanceText
PdfSignatureAppearance.generateSignatureText()