com.aspose.cells
Class SignatureLine

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

public class SignatureLine 
extends java.lang.Object

Represent the singature line.

Constructor Summary
SignatureLine()
          
 
Property Getters/Setters Summary
booleangetAllowComments()
voidsetAllowComments(boolean value)
           Indicates whether comments could be attched.
java.lang.StringgetEmail()
voidsetEmail(java.lang.String value)
           Gets and sets the email of signer.
java.lang.StringgetInstructions()
voidsetInstructions(java.lang.String value)
           Gets and sets the text shown to user at signing time.
booleanisLine()
voidsetLine(boolean value)
           Inidicats whether it is a singatuer line.
java.util.UUIDgetProviderId()
           Gets and sets the id of singature provider.
booleangetShowSignedDate()
voidsetShowSignedDate(boolean value)
           Indicates whether show signed date.
java.lang.StringgetSigner()
voidsetSigner(java.lang.String value)
           Gets and sets the singer.
java.lang.StringgetTitle()
voidsetTitle(java.lang.String value)
           Gets and sets the title of singer.
 

Constructor Detail

SignatureLine

public SignatureLine()

Property Getters/Setters Detail

getProviderId

public java.util.UUID getProviderId()
Gets and sets the id of singature provider. It's typically the CLSID of the provider com add-in.

getSigner/setSigner

public java.lang.String getSigner() / public void setSigner(java.lang.String value)
Gets and sets the singer.

getTitle/setTitle

public java.lang.String getTitle() / public void setTitle(java.lang.String value)
Gets and sets the title of singer.

getEmail/setEmail

public java.lang.String getEmail() / public void setEmail(java.lang.String value)
Gets and sets the email of signer.

isLine/setLine

public boolean isLine() / public void setLine(boolean value)
Inidicats whether it is a singatuer line.

getAllowComments/setAllowComments

public boolean getAllowComments() / public void setAllowComments(boolean value)
Indicates whether comments could be attched.

getShowSignedDate/setShowSignedDate

public boolean getShowSignedDate() / public void setShowSignedDate(boolean value)
Indicates whether show signed date.

getInstructions/setInstructions

public java.lang.String getInstructions() / public void setInstructions(java.lang.String value)
Gets and sets the text shown to user at signing time.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.