Paragraph.OutlineDemote Method

Definition

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

public:
 void OutlineDemote();
public void OutlineDemote ();
abstract member OutlineDemote : unit -> unit
Public Sub OutlineDemote ()

Remarks

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

Applies to