SetSingleParagraphSpacingCommand Class
In This Article
A command to format a current paragraph with single line spacing.
#Declaration
TypeScript
declare class SetSingleParagraphSpacingCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.setSingleParagraphSpacing property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
SetSingleParagraphSpacingCommand
See Also