public class SignedAppearanceText extends Object
| Constructor and Description |
|---|
SignedAppearanceText()
Creates a new
SignedAppearanceText instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
generateDescriptionText()
Generates the signature description text based on the provided parameters.
|
String |
getLocationLine()
Returns the signing location.
|
String |
getReasonLine()
Returns the signing reason.
|
Calendar |
getSignDate()
Returns the signature date.
|
String |
getSignedBy()
Gets the name of the signer from the certificate.
|
SignedAppearanceText |
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.
|
public SignedAppearanceText()
SignedAppearanceText instance.public String getReasonLine()
public SignedAppearanceText setReasonLine(String reason)
Note, that this reason won't be passed to the signature dictionary. If none is set, value set by
PdfSigner#setReason will be used.
reason - signing reason.SignedAppearanceText instance.public String getLocationLine()
public SignedAppearanceText setLocationLine(String location)
Note, that this location won't be passed to the signature dictionary. If none is set, value set by
PdfSigner#setLocation will be used.
location - new signing locationSignedAppearanceText instancepublic SignedAppearanceText setSignedBy(String signedBy)
Note, that the signer name will be replaced by the one from the signing certificate during the actual signing.
signedBy - name of the signerSignedAppearanceText instancepublic String getSignedBy()
public Calendar getSignDate()
public SignedAppearanceText setSignDate(Calendar signDate)
Note, that the signing date will be replaced by the one from the PdfSigner during the signing.
signDate - new signature dateSignedAppearanceText instancepublic String generateDescriptionText()
Copyright © 1998–2025 Apryse Group NV. All rights reserved.