View.ShowAllHeadings Method

Toggles between showing all text (headings and body text) and showing only headings.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub ShowAllHeadings
'Usage
Dim instance As View

instance.ShowAllHeadings()
void ShowAllHeadings()

Remarks

Note This method generates an error if the view isn't outline view or master document view.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace