Paragraphs.OutlineDemote Method

Applies the next heading level style (Heading 1 through Heading 8) to the specified paragraph or paragraphs.

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

Syntax

'Declaration
Sub OutlineDemote
'Usage
Dim instance As Paragraphs

instance.OutlineDemote()
void OutlineDemote()

Remarks

If a paragraph is formatted with the Heading 2 style, this method demotes the paragraph by changing the style to Heading 3.

See Also

Reference

Paragraphs Interface

Paragraphs Members

Microsoft.Office.Interop.Word Namespace