Aspose::Words::Fields::FormField::SetTextInputValue method

FormField::SetTextInputValue method

Applies the text format specified in TextInputFormat and stores the value in Result.

void Aspose::Words::Fields::FormField::SetTextInputValue(const System::SharedPtr<System::Object> &newValue)
ParameterTypeDescription
newValueconst System::SharedPtr<System::Object>&Can be a string, number or a DateTime object.

See Also