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