OutlineDemote Method Example

This example demotes the selected paragraphs.

Selection.Paragraphs.OutlineDemote

This example demotes the third paragraph in the active document.

ActiveDocument.Paragraphs(3).OutlineDemote