SignatureCustomAppearance
Overview
SignatureCustomAppearance is a class in Aspose.Pdf FOSS for Java.
Customizes the visual appearance of a digital signature field in a PDF document.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
contactInfoLabel | String | Read | Returns the label text displayed before the contact info. |
reasonLabel | String | Read | Returns the label text displayed before the signing reason. |
locationLabel | String | Read | Returns the label text displayed before the signing location. |
dateSignedLabel | String | Read | Returns the label text displayed before the signing date. |
showContactInfo | boolean | Read | Returns whether the contact info line is shown in the signature appearance. |
showReason | boolean | Read | Returns whether the reason line is shown in the signature appearance. |
showLocation | boolean | Read | Returns whether the location line is shown in the signature appearance. |
dateTimeFormat | String | Read | Returns the date/time format pattern used to display the signing date. |
foregroundColor | Color | Read | Returns the foreground color used for text in the signature appearance. |
fontFamilyName | String | Read | Returns the font family name used in the signature appearance. |
fontSize | double | Read | Returns the font size used in the signature appearance. |
Methods
| Signature | Description |
|---|---|
SignatureCustomAppearance() | Creates a new SignatureCustomAppearance with default settings. |
getContactInfoLabel() → String | Returns the label text displayed before the contact info. |
setContactInfoLabel(contactInfoLabel: String) | Sets the label text displayed before the contact info. |
getReasonLabel() → String | Returns the label text displayed before the signing reason. |
setReasonLabel(reasonLabel: String) | Sets the label text displayed before the signing reason. |
getLocationLabel() → String | Returns the label text displayed before the signing location. |
setLocationLabel(locationLabel: String) | Sets the label text displayed before the signing location. |
getDateSignedLabel() → String | Returns the label text displayed before the signing date. |
setDateSignedLabel(dateSignedLabel: String) | Sets the label text displayed before the signing date. |
isShowContactInfo() → boolean | Returns whether the contact info line is shown in the signature appearance. |
setShowContactInfo(showContactInfo: boolean) | Sets whether the contact info line is shown in the signature appearance. |
isShowReason() → boolean | Returns whether the reason line is shown in the signature appearance. |
setShowReason(showReason: boolean) | Sets whether the reason line is shown in the signature appearance. |
isShowLocation() → boolean | Returns whether the location line is shown in the signature appearance. |
setShowLocation(showLocation: boolean) | Sets whether the location line is shown in the signature appearance. |
getDateTimeFormat() → String | Returns the date/time format pattern used to display the signing date. |
setDateTimeFormat(dateTimeFormat: String) | Sets the date/time format pattern used to display the signing date. |
getForegroundColor() → Color | Returns the foreground color used for text in the signature appearance. |
setForegroundColor(foregroundColor: Color) | Sets the foreground color used for text in the signature appearance. |
getFontFamilyName() → String | Returns the font family name used in the signature appearance. |
setFontFamilyName(fontFamilyName: String) | Sets the font family name used in the signature appearance. |
getFontSize() → double | Returns the font size used in the signature appearance. |
setFontSize(fontSize: double) | Sets the font size used in the signature appearance. |