SignatureLine

SignatureLine class

Represent the signature line.

class SignatureLine;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
getSigner()Gets and sets the signer.
setSigner(string)Gets and sets the signer.
getTitle()Gets and sets the title of singer.
setTitle(string)Gets and sets the title of singer.
getEmail()Gets and sets the email of singer.
setEmail(string)Gets and sets the email of singer.
isLine()Indicates whether it is a signature line.
setIsLine(boolean)Indicates whether it is a signature line.
getAllowComments()Indicates whether comments could be attached.
setAllowComments(boolean)Indicates whether comments could be attached.
getShowSignedDate()Indicates whether show signed date.
setShowSignedDate(boolean)Indicates whether show signed date.
getInstructions()Gets and sets the text shown to user at signing time.
setInstructions(string)Gets and sets the text shown to user at signing time.

constructor()

Default Constructor.

constructor();

getSigner()

Gets and sets the signer.

getSigner() : string;

setSigner(string)

Gets and sets the signer.

setSigner(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getTitle()

Gets and sets the title of singer.

getTitle() : string;

setTitle(string)

Gets and sets the title of singer.

setTitle(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getEmail()

Gets and sets the email of singer.

getEmail() : string;

setEmail(string)

Gets and sets the email of singer.

setEmail(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

isLine()

Indicates whether it is a signature line.

isLine() : boolean;

setIsLine(boolean)

Indicates whether it is a signature line.

setIsLine(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.

getAllowComments()

Indicates whether comments could be attached.

getAllowComments() : boolean;

setAllowComments(boolean)

Indicates whether comments could be attached.

setAllowComments(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.

getShowSignedDate()

Indicates whether show signed date.

getShowSignedDate() : boolean;

setShowSignedDate(boolean)

Indicates whether show signed date.

setShowSignedDate(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.

getInstructions()

Gets and sets the text shown to user at signing time.

getInstructions() : string;

setInstructions(string)

Gets and sets the text shown to user at signing time.

setInstructions(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.