aspose.cells

Class SignatureLine

Represent the signature line.

Constructor Summary
 
Property Getters/Setters Summary
functiongetAllowComments()
function
           Indicates whether comments could be attached.
functiongetEmail()
function
setEmail(value)
           Gets and sets the email of singer.
functiongetId()
function
setId(value)
           Gets or sets identifier for this signature line.
functiongetInstructions()
function
           Gets and sets the text shown to user at signing time.
functionisLine()
function
setLine(value)
           Indicates whether it is a signature line.
functiongetProviderId()
function
           Gets and sets the id of signature provider.
functiongetShowSignedDate()
function
           Indicates whether show signed date.
functiongetSigner()
function
setSigner(value)
           Gets and sets the signer.
functiongetTitle()
function
setTitle(value)
           Gets and sets the title of singer.
 

    • Constructor Detail

      • SignatureLine

        function SignatureLine()
    • Property Getters/Setters Detail

      • getId/setId : UUID 

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

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

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

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

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

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

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

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

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