A command to format a current paragraph with double line spacing.
Namespace:DevExpress.Web.ASPxRichEdit.Scripts
Assembly:JavaScript

Syntax
JavaScript |
class SetDoubleParagraphSpacingCommand extends CommandWithBooleanStateBase
|

Remarks
An instance of this object can be accessed using the RichEditCommands object's RichEditCommands.setDoubleParagraphSpacing property.

Inheritance Hierarchy
System.Object
CommandBase
CommandWithBooleanStateBase
SetDoubleParagraphSpacingCommand

See Also