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