TabHangingIndent Method Example
This example sets a hanging indent to the second tab stop for the first paragraph in the active document.
ActiveDocument.Paragraphs(1).TabHangingIndent(2)
This example moves the hanging indent back one tab stop for the first paragraph in the active document.
ActiveDocument.Paragraphs(1).TabHangingIndent(-1)