Paragraph.Outdent Method
Removes one level of indent for one or more paragraphs.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Outdent
'Usage
Dim instance As Paragraph
instance.Outdent()
void Outdent()
Remarks
Using this method is equivalent to clicking the Decrease Indent button on the Formatting toolbar.