UpdateAllFieldsCommand Class
In This Article
A command to update all fields in the selected range.
#Declaration
TypeScript
declare class UpdateAllFieldsCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.updateAllFields property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
UpdateAllFieldsCommand
See Also