Skip to content

Class: SignatureCaptureFormCellProxy

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Currently none in this class.

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new SignatureCaptureFormCellProxy(context: IContext): SignatureCaptureFormCellProxy

Inherited from FormCellControlProxy.constructor

Overrides ControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: SignatureCaptureFormCellProxy

Methods

getCapturedStatusText

getCapturedStatusText(): string

Implementation of ISignatureCaptureFormCellProxy

Returns: string


getInitialStatusText

getInitialStatusText(): string

Implementation of ISignatureCaptureFormCellProxy

Returns: string


getShowTimestampInImage

getShowTimestampInImage(): boolean

Implementation of ISignatureCaptureFormCellProxy

Returns: boolean


getShowUnderline

getShowUnderline(): boolean

Implementation of ISignatureCaptureFormCellProxy

Returns: boolean


getShowXMark

getShowXMark(): boolean

Implementation of ISignatureCaptureFormCellProxy

Returns: boolean


getTimestampFormatter

getTimestampFormatter(): string

Implementation of ISignatureCaptureFormCellProxy

Returns: string


getWatermarkText

getWatermarkText(): string

Implementation of ISignatureCaptureFormCellProxy

Returns: string


getWatermarkTextMaxLines

getWatermarkTextMaxLines(): number

Implementation of ISignatureCaptureFormCellProxy

Returns: number


setCapturedStatusText

setCapturedStatusText(capturedStatusText: string): Promise‹any›

Implementation of ISignatureCaptureFormCellProxy

Parameters:

Name Type Description
capturedStatusText string value to set.

Returns: Promise‹any›


setInitialStatusText

setInitialStatusText(initialStatusText: string): Promise‹any›

Implementation of ISignatureCaptureFormCellProxy

Parameters:

Name Type Description
initialStatusText string value to set.

Returns: Promise‹any›


setShowTimestampInImage

setShowTimestampInImage(showTimestampInImage: boolean): Promise‹any›

Implementation of ISignatureCaptureFormCellProxy

Parameters:

Name Type Description
showTimestampInImage boolean value to set.

Returns: Promise‹any›


setShowUnderline

setShowUnderline(showUnderline: boolean): Promise‹any›

Implementation of ISignatureCaptureFormCellProxy

Parameters:

Name Type Description
showUnderline boolean value to set.

Returns: Promise‹any›


setShowXMark

setShowXMark(showXMark: boolean): Promise‹any›

Implementation of ISignatureCaptureFormCellProxy

Parameters:

Name Type Description
showXMark boolean value to set.

Returns: Promise‹any›


setTimestampFormatter

setTimestampFormatter(timestampFormatter: string): Promise‹any›

Implementation of ISignatureCaptureFormCellProxy

Parameters:

Name Type Description
timestampFormatter string value to set.

Returns: Promise‹any›


setWatermarkText

setWatermarkText(watermarkText: string): Promise‹any›

Implementation of ISignatureCaptureFormCellProxy

Parameters:

Name Type Description
watermarkText string value to set.

Returns: Promise‹any›


setWatermarkTextMaxLines

setWatermarkTextMaxLines(watermarkTextMaxLines: number): Promise‹any›

Implementation of ISignatureCaptureFormCellProxy

Parameters:

Name Type Description
watermarkTextMaxLines number value to set.

Returns: Promise‹any›