Back to Devexpress

AddSpacingBeforeParagraphCommand Class

aspnet-js-addspacingbeforeparagraphcommand.md

latest893 B
Original Source

AddSpacingBeforeParagraphCommand Class

A command to add spacing before a paragraph.

Declaration

ts
declare class AddSpacingBeforeParagraphCommand extends CommandWithSimpleStateBase

Remarks

The command adds the 0.17 inches spacing before a current paragraph (the paragraph in which the cursor is located).

To execute the command, the spacing before the current paragraph should equal 0.

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.addSpacingBeforeParagraph property.

Inheritance

CommandBase CommandWithSimpleStateBase AddSpacingBeforeParagraphCommand

See Also

AddSpacingBeforeParagraphCommand Members