ListLevel.TextPosition Property
Word Developer Reference |
Returns or sets the position (in points) for the second line of wrapping text for the specified ListLevel object. Read/write Single.
Syntax
expression.TextPosition
expression An expression that returns a ListLevel object.
Example
This example sets the indentation for all levels of the first outline-numbered list template. Each list level number is indented 0.5 inch (36 points) from the previous level, the tab is set at 0.25 inch (18 points) from the number, and wrapping text is indented 0.25 inch (18 points) from the number.
Visual Basic for Applications |
---|
|
See Also