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