
You’ll then see the Outline display on the left side of your document. Click View > Show Document Outline from the menu to put a checkmark next to it. You can display the Document Outline in just two clicks.

Head to Google Docs, sign in to your account, and open your document. Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback. Open the Document Outline in Google Docs. Start:= myDoc.Paragraphs(3).Range.Start, _ If there is no list formatting, the default outline-numbered list format is applied. This example sets the variable myRange to include paragraphs three through six of the active document, and then it checks to see whether the range contains list formatting. If the selection is already an outline-numbered list, the example removes the numbers and formatting. This example adds outline numbering to the paragraphs in the selection.

This method doesn't remove built-in heading styles that have been applied to paragraphs. If the paragraphs are already formatted as an outline-numbered list, this method removes the numbers and formatting. For compatibility reasons, the default constant is wdWord8ListBehavior, but in new procedures you should use wdWord9ListBehavior to take advantage of improved Web-oriented formatting with respect to indenting and multilevel lists. Can be either of the following constants: wdWord8ListBehavior (use formatting compatible with Microsoft Word 97) or wdWord9ListBehavior (use Web-oriented formatting). Sets a value that specifies whether Microsoft Word uses new Web-oriented formatting for better list display. A variable that represents a ' ListFormat' object. ApplyOutlineNumberDefault( _DefaultListBehavior_ )Įxpression Required.

Adds the default outline-numbering scheme to the paragraphs in the range for the specified ListFormat object.
