public interface ISignatureSetup
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowComments()
Gets or sets a Boolean value specifying whether the signer can enter comments
in the Sign dialog box.
|
java.util.UUID |
getId()
Gets the ID of the signature for a document.
|
boolean |
getShowSignDate()
Gets or sets a Boolean value indicating whether the date the document was
signed should be displayed.
|
java.lang.String |
getSigningInstructions()
Gets or sets the instructions for signing the document.
|
java.lang.String |
getSuggestedSigner()
Gets or sets the name of the principle signer of the document.
|
java.lang.String |
getSuggestedSignerEmail()
Gets or sets the email address of the signer of the document.
|
java.lang.String |
getSuggestedSignerLine2()
Gets or sets the second line of suggested signer information (for example,
title).
|
void |
setAllowComments(boolean value)
Gets or sets a Boolean value specifying whether the signer can enter comments
in the Sign dialog box.
|
void |
setShowSignDate(boolean value)
Gets or sets a Boolean value indicating whether the date the document was
signed should be displayed.
|
void |
setSigningInstructions(java.lang.String value)
Gets or sets the instructions for signing the document.
|
void |
setSuggestedSigner(java.lang.String value)
Gets or sets the name of the principle signer of the document.
|
void |
setSuggestedSignerEmail(java.lang.String value)
Gets or sets the email address of the signer of the document.
|
void |
setSuggestedSignerLine2(java.lang.String value)
Gets or sets the second line of suggested signer information (for example,
title).
|
boolean getAllowComments()
void setAllowComments(boolean value)
java.util.UUID getId()
boolean getShowSignDate()
void setShowSignDate(boolean value)
java.lang.String getSigningInstructions()
void setSigningInstructions(java.lang.String value)
java.lang.String getSuggestedSigner()
void setSuggestedSigner(java.lang.String value)
java.lang.String getSuggestedSignerEmail()
void setSuggestedSignerEmail(java.lang.String value)
java.lang.String getSuggestedSignerLine2()
void setSuggestedSignerLine2(java.lang.String value)