asposecells.api

Class SignatureLine

Represent the signature line.

Constructor Summary
 
Property Getters/Setters Summary
methodgetAllowComments()
method
           Indicates whether comments could be attached.
methodgetEmail()
method
setEmail(value)
           Gets and sets the email of singer.
methodgetId()
method
setId(value)
           Gets or sets identifier for this signature line.
methodgetInstructions()
method
           Gets and sets the text shown to user at signing time.
methodisLine()
method
setLine(value)
           Indicates whether it is a signature line.
methodgetProviderId()
method
           Gets and sets the id of signature provider.
methodgetShowSignedDate()
method
           Indicates whether show signed date.
methodgetSigner()
method
setSigner(value)
           Gets and sets the signer.
methodgetTitle()
method
setTitle(value)
           Gets and sets the title of singer.
 

    • Constructor Detail

      • SignatureLine

        SignatureLine()
    • Property Getters/Setters Detail

      • getId/setId : UUID 

        UUID getId() / setId(value)
        
        Gets or sets identifier for this signature line.
      • getProviderId/setProviderId : UUID 

        UUID getProviderId() / setProviderId(value)
        
        Gets and sets the id of signature provider. It's typically the CLSID of the provider com add-in.
      • getSigner/setSigner : String 

        String getSigner() / setSigner(value)
        
        Gets and sets the signer.
      • getTitle/setTitle : String 

        String getTitle() / setTitle(value)
        
        Gets and sets the title of singer.
      • getEmail/setEmail : String 

        String getEmail() / setEmail(value)
        
        Gets and sets the email of singer.
      • isLine/setLine : boolean 

        boolean isLine() / setLine(value)
        
        Indicates whether it is a signature line.
      • getAllowComments/setAllowComments : boolean 

        boolean getAllowComments() / setAllowComments(value)
        
        Indicates whether comments could be attached.
      • getShowSignedDate/setShowSignedDate : boolean 

        boolean getShowSignedDate() / setShowSignedDate(value)
        
        Indicates whether show signed date.
      • getInstructions/setInstructions : String 

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