java.lang.Object
com.aspose.words.SignatureLineOptions
public class SignatureLineOptions
- extends java.lang.Object
Allows to specify options for signature line being inserted. Used in DocumentBuilder.
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 #Error Cref: F:System.String.Empty.
|
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.
Default value for this property is #Error Cref: F:System.String.Empty>.
|
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 #Error Cref: F:System.String.Empty.
|
java.lang.String | getSignerTitle() | |
void | setSignerTitle(java.lang.String value) | |
|
Gets or sets suggested signer's title.
Default value for this property is #Error Cref: F:System.String.Empty.
|
SignatureLineOptions
public SignatureLineOptions()
-
Property Getters/Setters Detail |
getAllowComments/setAllowComments | |
public boolean getAllowComments() / public 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.
getDefaultInstructions/setDefaultInstructions | |
public boolean getDefaultInstructions() / public 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.
getEmail/setEmail | |
public java.lang.String getEmail() / public void setEmail(java.lang.String value)
|
-
Gets or sets suggested signer's e-mail address.
Default value for this property is #Error Cref: F:System.String.Empty.
getInstructions/setInstructions | |
public java.lang.String getInstructions() / public void setInstructions(java.lang.String value)
|
-
Gets or sets instructions to the signer that are displayed on signing the signature line.
Default value for this property is #Error Cref: F:System.String.Empty>.
getShowDate/setShowDate | |
public boolean getShowDate() / public 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.
getSigner/setSigner | |
public java.lang.String getSigner() / public void setSigner(java.lang.String value)
|
-
Gets or sets suggested signer of the signature line.
Default value for this property is #Error Cref: F:System.String.Empty.
getSignerTitle/setSignerTitle | |
public java.lang.String getSignerTitle() / public void setSignerTitle(java.lang.String value)
|
-
Gets or sets suggested signer's title.
Default value for this property is #Error Cref: F:System.String.Empty.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.