Skip to main content

DecrementParagraphLeftIndentCommand Class

A command to decrement the left indentation of paragraphs in a selected range.

#Declaration

TypeScript
declare class DecrementParagraphLeftIndentCommand extends CommandWithSimpleStateBase

#Remarks

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

#Inheritance

CommandBase
CommandWithSimpleStateBase
DecrementParagraphLeftIndentCommand
See Also