setTextInputValue method
setTextInputValue(newValue)
Applies the text format specified in FormField.textInputFormat and stores the value in FormField.result.
setTextInputValue(newValue: object)
Parameter | Type | Description |
---|---|---|
newValue | object | Can be a string, number or a DateTime object. |
Remarks
The FormField.textInputDefault value is applied if newValue isnull
.
See Also
- module Aspose.Words.Fields
- class FormField