| Constructor Summary |
|---|
SignatureLine()
|
| Property Getters/Setters Summary | ||
|---|---|---|
function | getAllowComments() | |
function | setAllowComments(value) | |
| Indicates whether comments could be attched. | ||
function | getEmail() | |
function | setEmail(value) | |
| Gets and sets the email of signer. | ||
function | getInstructions() | |
function | setInstructions(value) | |
| Gets and sets the text shown to user at signing time. | ||
function | isLine() | |
function | setLine(value) | |
| Inidicats whether it is a singatuer line. | ||
function | getShowSignedDate() | |
function | setShowSignedDate(value) | |
| Indicates whether show signed date. | ||
function | getSigner() | |
function | setSigner(value) | |
| Gets and sets the singer. | ||
function | getTitle() | |
function | setTitle(value) | |
| Gets and sets the title of singer. | ||
| Constructor Detail |
|---|
function SignatureLine()
| Property Getters/Setters Detail |
|---|
getSigner/setSigner : String | |
function getSigner() / function setSigner(value) | |
getTitle/setTitle : String | |
function getTitle() / function setTitle(value) | |
getEmail/setEmail : String | |
function getEmail() / function setEmail(value) | |
isLine/setLine : boolean | |
function isLine() / function setLine(value) | |
getAllowComments/setAllowComments : boolean | |
function getAllowComments() / function setAllowComments(value) | |
getShowSignedDate/setShowSignedDate : boolean | |
function getShowSignedDate() / function setShowSignedDate(value) | |
getInstructions/setInstructions : String | |
function getInstructions() / function setInstructions(value) | |