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 and Description |
---|
DigitalSignatureAppearance()
Creates Signature Line Appearance object.
|
DigitalSignatureAppearance(String signer,
String title,
String email)
Creates Signature Line Appearance with specified values (signer, title, email).
|
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Gets or sets a email that will be displayed in signature line.
|
String |
getSigner()
Gets or sets signer name for signature line.
|
String |
getTitle()
Gets or sets a title for signature line.
|
void |
setEmail(String value)
Gets or sets a email that will be displayed in signature line.
|
void |
setSigner(String value)
Gets or sets signer name for signature line.
|
void |
setTitle(String value)
Gets or sets a title for signature line.
|
String |
toString()
Override string conversion.
|
public DigitalSignatureAppearance()
Creates Signature Line Appearance object.
public String getEmail()
Gets or sets a email that will be displayed in signature line.
public String getSigner()
Gets or sets signer name for signature line.
public String getTitle()
Gets or sets a title for signature line.
public void setEmail(String value)
Gets or sets a email that will be displayed in signature line.
public void setSigner(String value)
Gets or sets signer name for signature line.
public void setTitle(String value)
Gets or sets a title for signature line.
public String toString()
Override string conversion.
toString
in class SignatureAppearance
Copyright © 2018. All rights reserved.