ChangeTabsCommand Class
In This Article
A command to change paragraph tab stops.
#Declaration
TypeScript
declare class ChangeTabsCommand
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeTabs property.
See Also