Sets the field's type name. The type name of a Microsoft Word MergeField is MERGEFIELD, for example. If the type name of the field is changed, its parameters must also be changed.

<void> ApplicationField.setTypeName(<string> typeName, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
typeName The type name.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.