Interface: ISignatureCaptureFormCellProxy¶
Hierarchy¶
-
ISignatureCaptureFormCellProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
- getCapturedStatusText
- getInitialStatusText
- getShowTimestampInImage
- getShowUnderline
- getShowXMark
- getTimestampFormatter
- getWatermarkText
- getWatermarkTextMaxLines
- setCapturedStatusText
- setInitialStatusText
- setShowTimestampInImage
- setShowUnderline
- setShowXMark
- setTimestampFormatter
- setWatermarkText
- setWatermarkTextMaxLines
Inherited Methods¶
Methods¶
getCapturedStatusText¶
▸ getCapturedStatusText(): string
Returns: string
getInitialStatusText¶
▸ getInitialStatusText(): string
Returns: string
getShowTimestampInImage¶
▸ getShowTimestampInImage(): boolean
Returns: boolean
getShowUnderline¶
▸ getShowUnderline(): boolean
Returns: boolean
getShowXMark¶
▸ getShowXMark(): boolean
Returns: boolean
getTimestampFormatter¶
▸ getTimestampFormatter(): string
Returns: string
getWatermarkText¶
▸ getWatermarkText(): string
Returns: string
getWatermarkTextMaxLines¶
▸ getWatermarkTextMaxLines(): number
Returns: number
setCapturedStatusText¶
▸ setCapturedStatusText(capturedStatusText: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
capturedStatusText |
string | value to set. |
Returns: Promise‹any›
setInitialStatusText¶
▸ setInitialStatusText(initialStatusText: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
initialStatusText |
string | value to set. |
Returns: Promise‹any›
setShowTimestampInImage¶
▸ setShowTimestampInImage(showTimestampInImage: boolean): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
showTimestampInImage |
boolean | value to set. |
Returns: Promise‹any›
setShowUnderline¶
▸ setShowUnderline(Underline: boolean): Promise‹any›
Parameters:
| Name | Type |
|---|---|
Underline |
boolean |
Returns: Promise‹any›
setShowXMark¶
▸ setShowXMark(showXMark: boolean): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
showXMark |
boolean | value to set. |
Returns: Promise‹any›
setTimestampFormatter¶
▸ setTimestampFormatter(timestampFormatter: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
timestampFormatter |
string | value to set. |
Returns: Promise‹any›
setWatermarkText¶
▸ setWatermarkText(watermarkText: string): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
watermarkText |
string | value to set. |
Returns: Promise‹any›
setWatermarkTextMaxLines¶
▸ setWatermarkTextMaxLines(watermarkTextMaxLines: number): Promise‹any›
Parameters:
| Name | Type | Description |
|---|---|---|
watermarkTextMaxLines |
number | value to set. |
Returns: Promise‹any›