[]
        
(Showing Draft Content)

ISignatureSetup

Interface ISignatureSetup


public interface ISignatureSetup
Represents the information used to set up a signature packet.
  • Method Details

    • getAllowComments

      boolean getAllowComments()
      Gets a Boolean value specifying whether the signer can enter comments in the Sign dialog box. Read/write.
    • setAllowComments

      void setAllowComments(boolean value)
      Sets a Boolean value specifying whether the signer can enter comments in the Sign dialog box. Read/write.
    • getId

      UUID getId()
      Gets the ID of the signature for a document.
    • getShowSignDate

      boolean getShowSignDate()
      Gets a Boolean value indicating whether the date the document was signed should be displayed. Read/write.
    • setShowSignDate

      void setShowSignDate(boolean value)
      Sets a Boolean value indicating whether the date the document was signed should be displayed. Read/write.
    • getSigningInstructions

      String getSigningInstructions()
      Gets the instructions for signing the document. Read/write.
    • setSigningInstructions

      void setSigningInstructions(String value)
      Sets the instructions for signing the document. Read/write.
    • getSuggestedSigner

      String getSuggestedSigner()
      Gets the name of the principle signer of the document. Read/write.
    • setSuggestedSigner

      void setSuggestedSigner(String value)
      Sets the name of the principle signer of the document. Read/write.
    • getSuggestedSignerEmail

      String getSuggestedSignerEmail()
      Gets the email address of the signer of the document. Read/write.
    • setSuggestedSignerEmail

      void setSuggestedSignerEmail(String value)
      Sets the email address of the signer of the document. Read/write.
    • getSuggestedSignerLine2

      String getSuggestedSignerLine2()
      Gets the second line of suggested signer information (for example, title). Read/write.
    • setSuggestedSignerLine2

      void setSuggestedSignerLine2(String value)
      Sets the second line of suggested signer information (for example, title). Read/write.