Expand All command¶
Summary¶
Expands the entire document while outlining is displayed.
Description¶
While outlining is displayed, this command expands the entire document. A plug-in for outlining is necessary to display outlining.
How to Run¶
Default Menu: Edit > Outlining > Expand All
All Commands: Edit > Outlining > Expand All
Toolbar:
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_OUTLINE_EXPAND_ALL (4411)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4411);
[VBScript]¶
editor.ExecuteCommandByID 4411