java.lang.Objectcom.aspose.words.SignatureLine
public class SignatureLine
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAllowComments() | |
void | setAllowComments(boolean value) | |
Gets or sets a value indicating that the signer can add comments in the Sign dialog. Default value for this property is false. | ||
boolean | getDefaultInstructions() | |
void | setDefaultInstructions(boolean value) | |
Gets or sets a value indicating that default instructions is shown in the Sign dialog. Default value for this property is true. | ||
java.lang.String | getEmail() | |
void | setEmail(java.lang.String value) | |
Gets or sets suggested signer's e-mail address.
Default value for this property is |
||
java.lang.String | getInstructions() | |
void | setInstructions(java.lang.String value) | |
Gets or sets instructions to the signer that are displayed on signing the signature line.
This property is ignored if |
||
boolean | isSigned() | |
Indicates that signature line is signed by digital signature. | ||
boolean | isValid() | |
Indicates that signature line is signed by digital signature and this digital signature is valid. | ||
boolean | getShowDate() | |
void | setShowDate(boolean value) | |
Gets or sets a value indicating that sign date is shown in the signature line. Default value for this property is true. | ||
java.lang.String | getSigner() | |
void | setSigner(java.lang.String value) | |
Gets or sets suggested signer of the signature line.
Default value for this property is |
||
java.lang.String | getSignerTitle() | |
void | setSignerTitle(java.lang.String value) | |
Gets or sets suggested signer's title (for example, Manager).
Default value for this property is |
Property Getters/Setters Detail |
---|
getAllowComments/setAllowComments | |
public boolean getAllowComments() / public void setAllowComments(boolean value) |
getDefaultInstructions/setDefaultInstructions | |
public boolean getDefaultInstructions() / public void setDefaultInstructions(boolean value) |
getEmail/setEmail | |
public java.lang.String getEmail() / public void setEmail(java.lang.String value) |
getInstructions/setInstructions | |
public java.lang.String getInstructions() / public void setInstructions(java.lang.String value) |
isSigned | |
public boolean isSigned() |
isValid | |
public boolean isValid() |
getShowDate/setShowDate | |
public boolean getShowDate() / public void setShowDate(boolean value) |
getSigner/setSigner | |
public java.lang.String getSigner() / public void setSigner(java.lang.String value) |
getSignerTitle/setSignerTitle | |
public java.lang.String getSignerTitle() / public void setSignerTitle(java.lang.String value) |