ListLevel.NumberPosition Property
Word Developer Reference |
Returns or sets the position (in points) of the number or bullet for the specified ListLevel object. Read/write Single.
Syntax
expression.NumberPosition
expression An expression that returns a ListLevel object.
Remarks
For each list level, you can set the position of the number or bullet, the position of the tab, and the position of the text that wraps.
Example
This example sets the indentation for all the levels of the third outline-numbered list template. Each list level is indented 0.25 inch (18 points) more than the preceding level.
Visual Basic for Applications |
---|
|
This example sets the indent for the first level of the last numbered list template to 0.5 inch.
Visual Basic for Applications |
---|
|
See Also