DigitalSignatureAppearance
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.options.appearances.SignatureAppearance
public final class DigitalSignatureAppearance extends SignatureAppearance
Describes appearance of Signature Line for Digital Signature. One Signature Line could be applied for only one Digital Signature. Signature Line always is on the first page. This feature may be useful for .docx, .doc, .odt and .xlsx file formats.
| Constructor | Description |
|---|---|
| DigitalSignatureAppearance() | Creates Signature Line Appearance object. |
| DigitalSignatureAppearance(String signer, String title, String email) | Creates Signature Line Appearance with specified values (signer, title, email). |
| Method | Description |
|---|---|
| getSigner() | Gets or sets signer name for signature line. |
| setSigner(String value) | Gets or sets signer name for signature line. |
| getTitle() | Gets or sets a title for signature line. |
| setTitle(String value) | Gets or sets a title for signature line. |
| getEmail() | Gets or sets a email that will be displayed in signature line. |
| setEmail(String value) | Gets or sets a email that will be displayed in signature line. |
| toString() | Override string conversion. |
public DigitalSignatureAppearance()
Creates Signature Line Appearance object.
public DigitalSignatureAppearance(String signer, String title, String email)
Creates Signature Line Appearance with specified values (signer, title, email).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| signer | java.lang.String | Signer name. |
| title | java.lang.String | Signature title. |
| java.lang.String | Author’ email. | |
public final String getSigner()
Gets or sets signer name for signature line.
Returns: java.lang.String
public final void setSigner(String value)
Gets or sets signer name for signature line.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final String getTitle()
Gets or sets a title for signature line.
Returns: java.lang.String
public final void setTitle(String value)
Gets or sets a title for signature line.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final String getEmail()
Gets or sets a email that will be displayed in signature line.
Returns: java.lang.String
public final void setEmail(String value)
Gets or sets a email that will be displayed in signature line.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public String toString()
Override string conversion.
Returns: java.lang.String -
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.