Paragraph.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 Paragraph
instance.OutlinePromote()
void OutlinePromote()
Remarks
For example, if a paragraph is formatted with the Heading 2 style, this method promotes the paragraph by changing the style to Heading 1.