Wrap by Page command¶
Summary¶
Wraps lines according to page width.
Description¶
Displays each line by wrapping text according to the page width. This command is equivalent to selecting Wrap by Page from the Wrap by drop-down list box on the General page of the Configuration Properties dialog box.
How to Run¶
Default Menu: View > Wrap by Page
All Commands: View > Wrap by Page
Toolbar:
Status Bar: None
Default Shortcut Key: CTRL+4
Plug-in Command ID¶
EEID_WRAP_BY_PAPER (4318)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4318);
[VBScript]¶
editor.ExecuteCommandByID 4318