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