Increase Line Indent command¶
Summary¶
Increases line indent at the selected area.
Description¶
Inserts a tab character at the beginning of each line at the selected area. If multiple lines are selected, this command is equivalent to the Tab or Increase Line Indent command.
How to Run¶
Default Menu: Convert > Increase Line Indent
All Commands: Convert > Increase Line Indent
Toolbar:
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_INDENT (4358)
Macros¶
[JavaScript]¶
document.selection.Indent();
[VBScript]¶
document.selection.Indent