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