ShowHorizontalRulerCommand Class
In This Article
A command to toggle the horizontal ruler’s visibility.
#Declaration
TypeScript
declare class ShowHorizontalRulerCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.showHorizontalRuler property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
ShowHorizontalRulerCommand
See Also