AddSpacingBeforeParagraphCommand Class
A command to add spacing before a paragraph.
Declaration
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