DecreaseIndentCommand Class
In This Article
A command to decrement the indent level of paragraphs in a selected range.
#Declaration
TypeScript
declare class DecreaseIndentCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.decreaseIndent property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
DecreaseIndentCommand
See Also