ChangePageColorCommand Class
In This Article
A command to change the background color of the page.
#Declaration
TypeScript
declare class ChangePageColorCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changePageColor property.
#Inheritance
CommandBase
ChangePageColorCommand
See Also