ListFormat.ListOutdent Method
Word Developer Reference |
Decreases the list level of the paragraphs in the range for the specified ListFormat object, in increments of one level.
Syntax
expression.ListOutdent
expression Required. A variable that represents a ListFormat object.
Example
This example reduces the indent of each paragraph in first list in the active document by one level.
Visual Basic for Applications |
---|
|
This example formats paragraphs four through eight in the active document as an outline-numbered list, indents the paragraphs one level, and then removes the indent from the first paragraph in the list.
Visual Basic for Applications |
---|
|
Visual Basic for Applications |
---|
|
See Also