All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.SignatureLine.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





SignatureLine




com.aspose.cells
Class SignatureLine

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

public class SignatureLine 
extends java.lang.Object

Represent the signature line.


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

Constructor Detail

SignatureLine

public SignatureLine()

Property Getters/Setters Detail

getId/setId

public java.util.UUID getId() / public void setId(java.util.UUID value)
Gets or sets identifier for this signature line.

setId

public void setId(java.util.UUID value)
Gets or sets identifier for this signature line.

getProviderId/setProviderId

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

setProviderId

public void setProviderId(java.util.UUID value)
Gets and sets the id of signature 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 signer.

setSigner

public void setSigner(java.lang.String value)
Gets and sets the signer.

getTitle/setTitle

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

setTitle

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 singer.

setEmail

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

isLine/setLine

public boolean isLine() / public void setLine(boolean value)
Indicates whether it is a signature line.

setLine

public void setLine(boolean value)
Indicates whether it is a signature line.

getAllowComments/setAllowComments

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

setAllowComments

public void setAllowComments(boolean value)
Indicates whether comments could be attached.

getShowSignedDate/setShowSignedDate

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

setShowSignedDate

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.

setInstructions

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.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy