ToggleParagraphAlignmentLeftCommand Class
In This Article
A command to toggle left paragraph alignment on and off.
#Declaration
TypeScript
declare class ToggleParagraphAlignmentLeftCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.toggleParagraphAlignmentLeft property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
ToggleParagraphAlignmentLeftCommand
See Also