SetParagraphLevelCommand Class
In This Article
A command to apply a paragraph level to the selected text
#Declaration
TypeScript
declare class SetParagraphLevelCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.setParagraphLevel property.
#Inheritance
CommandBase
SetParagraphLevelCommand
See Also