Paragraph.OutlineDemote 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 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.