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