Back to Devexpress

RichEditCommands.setSesquialteralParagraphSpacing Property

aspnet-js-richeditcommands-3224a243.md

latest1.2 KB
Original Source

RichEditCommands.setSesquialteralParagraphSpacing Property

Gets a command to format a current paragraph with one and a half line spacing.

Declaration

ts
get setSesquialteralParagraphSpacing(): SetSesquialteralParagraphSpacingCommand

Property Value

TypeDescription
SetSesquialteralParagraphSpacingCommand

An object that provides methods that execute the command and check its state.

|

Remarks

Call the execute method to invoke the command. The method checks the command state (obtained via the getState method) to determine whether the action can be performed.

javascript
richEdit.commands.setSesquialteralParagraphSpacing.execute();

Refer to the following section for more information: Client Commands.

See Also

RichEditCommands Class

RichEditCommands Members