com.aspose.words
Class SignatureLine

java.lang.Object
    extended by com.aspose.words.SignatureLine

public class SignatureLine 
extends java.lang.Object

Provides access to signature line properties.

Property Getters/Setters Summary
booleangetAllowComments()
voidsetAllowComments(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.
booleangetDefaultInstructions()
voidsetDefaultInstructions(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.StringgetEmail()
voidsetEmail(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.StringgetInstructions()
voidsetInstructions(java.lang.String value)
           Gets or sets instructions to the signer that are displayed on signing the signature line. This property is ignored if DefaultInstructions is set. Default value for this property is #Error Cref: F:System.String.Empty.
booleanisSigned()
           Indicates that signature line is signed by digital signature.
booleanisValid()
           Indicates that signature line is signed by digital signature and this digital signature is valid.
booleangetShowDate()
voidsetShowDate(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.StringgetSigner()
voidsetSigner(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.StringgetSignerTitle()
voidsetSignerTitle(java.lang.String value)
           Gets or sets suggested signer's title (for example, Manager). Default value for this property is #Error Cref: F:System.String.Empty.
 

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. This property is ignored if DefaultInstructions is set. Default value for this property is #Error Cref: F:System.String.Empty.

isSigned

public boolean isSigned()
Indicates that signature line is signed by digital signature.

isValid

public boolean isValid()
Indicates that signature line is signed by digital signature and this digital signature is valid.

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 (for example, Manager). 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.