com.aspose.words
Class SignatureLineOptions

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

public class SignatureLineOptions 
extends java.lang.Object

Allows to specify options for signature line being inserted. Used in DocumentBuilder.

Constructor Summary
SignatureLineOptions()
          
 
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. Default value for this property is #Error Cref: F:System.String.Empty>.
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. Default value for this property is #Error Cref: F:System.String.Empty.
 

Constructor Detail

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.