ChangeViewTypeCommand Class
In This Article
A command to change the Rich Edit’s document view type.
#Declaration
TypeScript
declare class ChangeViewTypeCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeViewType property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
ChangeViewTypeCommand
See Also