public class SignatureLineOptions
extends java.lang.Object
DocumentBuilder.
To learn more, visit the Work with Digital Signatures documentation article.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowComments()
Gets a value indicating that the signer can add comments in the Sign dialog.
|
boolean |
getDefaultInstructions()
Gets a value indicating that default instructions is shown in the Sign dialog.
|
java.lang.String |
getEmail()
Gets suggested signer's e-mail address.
|
java.lang.String |
getInstructions()
Gets instructions to the signer that are displayed on signing the signature line.
|
boolean |
getShowDate()
Gets a value indicating that sign date is shown in the signature line.
|
java.lang.String |
getSigner()
Gets suggested signer of the signature line.
|
java.lang.String |
getSignerTitle()
Gets suggested signer's title.
|
void |
setAllowComments(boolean value)
Sets a value indicating that the signer can add comments in the Sign dialog.
|
void |
setDefaultInstructions(boolean value)
Sets a value indicating that default instructions is shown in the Sign dialog.
|
void |
setEmail(java.lang.String value)
Sets suggested signer's e-mail address.
|
void |
setInstructions(java.lang.String value)
Sets instructions to the signer that are displayed on signing the signature line.
|
void |
setShowDate(boolean value)
Sets a value indicating that sign date is shown in the signature line.
|
void |
setSigner(java.lang.String value)
Sets suggested signer of the signature line.
|
void |
setSignerTitle(java.lang.String value)
Sets suggested signer's title.
|
public java.lang.String getSigner()
public void setSigner(java.lang.String value)
value - Suggested signer of the signature line.public java.lang.String getSignerTitle()
public void setSignerTitle(java.lang.String value)
value - Suggested signer's title.public java.lang.String getEmail()
public void setEmail(java.lang.String value)
value - Suggested signer's e-mail address.public boolean getDefaultInstructions()
public void setDefaultInstructions(boolean value)
value - A value indicating that default instructions is shown in the Sign dialog.public java.lang.String getInstructions()
public void setInstructions(java.lang.String value)
value - Instructions to the signer that are displayed on signing the signature line.public boolean getAllowComments()
public void setAllowComments(boolean value)
value - A value indicating that the signer can add comments in the Sign dialog.public boolean getShowDate()
public void setShowDate(boolean value)
value - A value indicating that sign date is shown in the signature line.