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