ListTemplate.OutlineNumbered Property
Word Developer Reference |
True if the specified ListTemplate object is outline numbered. Read/write Boolean.
Syntax
expression.OutlineNumbered
expression An expression that returns a ListTemplate object.
Remarks
Setting this property to False converts the list template to a single-level list that uses the formatting of the first level.
You cannot set this property for a ListTemplate object returned from a ListGallery object.
Example
This example changes the selected outline-numbered list to a single-level numbered list.
Visual Basic for Applications |
---|
|
This example checks to see whether the third list in MyDoc.doc is an outline-numbered list. If it is, the third outline-numbered list template is applied to it.
Visual Basic for Applications |
---|
|
See Also