Paragraph.OutlinePromote Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the previous heading level style (Heading 1 through Heading 8) to the specified paragraph or paragraphs.
public:
void OutlinePromote();
public void OutlinePromote ();
abstract member OutlinePromote : unit -> unit
Public Sub 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.