Paragraphs.OutlinePromote Method

Applies the previous 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 OutlinePromote
'Usage
Dim instance As Paragraphs

instance.OutlinePromote()
void OutlinePromote()

Remarks

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

See Also

Reference

Paragraphs Interface

Paragraphs Members

Microsoft.Office.Interop.Word Namespace