Uses of Class
com.itextpdf.forms.fields.properties.SignedAppearanceText
-
Uses of SignedAppearanceText in com.itextpdf.forms.fields.properties
Modifier 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
Modifier and TypeMethodDescriptionSignatureFieldAppearance.getSignedAppearanceText()
Gets theSignedAppearanceText
instance for this signature.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
(String signerName, SignedAppearanceText description) Sets the content for this signature.