com.aspose.cells

Class SignatureLine

  • java.lang.Object
    • com.aspose.cells.SignatureLine
public class SignatureLine 
extends java.lang.Object

Represent the singature line.

Constructor Summary
 
Property Getters/Setters Summary
booleangetAllowComments()
void
setAllowComments(booleanvalue)
           Indicates whether comments could be attched.
java.lang.StringgetEmail()
void
setEmail(java.lang.Stringvalue)
           Gets and sets the email of signer.
java.lang.StringgetInstructions()
void
setInstructions(java.lang.Stringvalue)
           Gets and sets the text shown to user at signing time.
booleanisLine()
void
setLine(booleanvalue)
           Inidicats whether it is a singatuer line.
booleangetShowSignedDate()
void
setShowSignedDate(booleanvalue)
           Indicates whether show signed date.
java.lang.StringgetSigner()
void
setSigner(java.lang.Stringvalue)
           Gets and sets the singer.
java.lang.StringgetTitle()
void
setTitle(java.lang.Stringvalue)
           Gets and sets the title of singer.
 

    • Constructor Detail

      • SignatureLine

        public SignatureLine()
    • Property Getters/Setters Detail

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

    setSigner

    public voidsetSigner(java.lang.Stringvalue)
    
    Gets and sets the singer.

    setTitle

    public voidsetTitle(java.lang.Stringvalue)
    
    Gets and sets the title of singer.

    setEmail

    public voidsetEmail(java.lang.Stringvalue)
    
    Gets and sets the email of signer.

    setLine

    public voidsetLine(booleanvalue)
    
    Inidicats whether it is a singatuer line.

    setAllowComments

    public voidsetAllowComments(booleanvalue)
    
    Indicates whether comments could be attched.

    setShowSignedDate

    public voidsetShowSignedDate(booleanvalue)
    
    Indicates whether show signed date.

    setInstructions

    public voidsetInstructions(java.lang.Stringvalue)
    
    Gets and sets the text shown to user at signing time.