Uses of Class
com.itextpdf.forms.fields.properties.SignedAppearanceText
-
Packages that use SignedAppearanceText Package Description com.itextpdf.forms.fields.properties com.itextpdf.forms.form.element com.itextpdf.signatures -
-
Uses of SignedAppearanceText in com.itextpdf.forms.fields.properties
Methods in com.itextpdf.forms.fields.properties that return SignedAppearanceText Modifier and Type Method Description SignedAppearanceTextSignedAppearanceText. setLocationLine(java.lang.String location)Sets the signing location.SignedAppearanceTextSignedAppearanceText. setReasonLine(java.lang.String reason)Sets the signing reason.SignedAppearanceTextSignedAppearanceText. setSignDate(java.util.Calendar signDate)Sets the signature date.SignedAppearanceTextSignedAppearanceText. setSignedBy(java.lang.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 SignedAppearanceText Modifier and Type Field Description private SignedAppearanceTextSignatureFieldAppearance. signedAppearanceTextMethods in com.itextpdf.forms.form.element that return SignedAppearanceText Modifier and Type Method Description SignedAppearanceTextSignatureFieldAppearance. getSignedAppearanceText()Gets theSignedAppearanceTextinstance for this signature.Methods in com.itextpdf.forms.form.element with parameters of type SignedAppearanceText Modifier and Type Method Description private voidSignatureFieldAppearance. prepareContent(java.lang.String signer, SignedAppearanceText description)SignatureFieldAppearanceSignatureFieldAppearance. setContent(SignedAppearanceText description)Sets the content for this signature.SignatureFieldAppearanceSignatureFieldAppearance. setContent(SignedAppearanceText description, ImageData image)Sets the content for this signature.SignatureFieldAppearanceSignatureFieldAppearance. setContent(java.lang.String signerName, SignedAppearanceText description)Sets the content for this signature. -
Uses of SignedAppearanceText in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return SignedAppearanceText Modifier and Type Method Description private SignedAppearanceTextPdfSigner. generateSignatureText()Methods in com.itextpdf.signatures with parameters of type SignedAppearanceText Modifier and Type Method Description private voidPdfSigner. fillInAppearanceText(SignedAppearanceText appearanceText)
-