Skip to main content

CreateMergeFieldCommand Class

A command to insert a MERGEFIELD field (with a data source column name) at the current position in the document.

#Declaration

TypeScript
declare class CreateMergeFieldCommand extends CommandWithSimpleStateBase

#Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.createMergeField property.

#Inheritance

See Also