ShowAllFieldCodesCommand Class
In This Article
A command to display all field codes in place of the fields in the document.
#Declaration
TypeScript
declare class ShowAllFieldCodesCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.showAllFieldCodes property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
ShowAllFieldCodesCommand
See Also