RemoveSpacingAfterParagraphCommand Class
In This Article
A command to remove spacing after the selected paragraph.
#Declaration
TypeScript
declare class RemoveSpacingAfterParagraphCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.removeSpacingAfterParagraph property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
RemoveSpacingAfterParagraphCommand
See Also