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