Skip to main content

AddSpacingAfterParagraphCommand Class

A command to add spacing after a paragraph.

Declaration

declare class AddSpacingAfterParagraphCommand extends CommandWithSimpleStateBase

Remarks

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

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

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

Inheritance

CommandBase
CommandWithSimpleStateBase
AddSpacingAfterParagraphCommand
See Also