Style.LinkToListTemplate Method
Word Developer Reference |
Links the specified style to a list template so that the style's formatting can be applied to lists.
Syntax
expression.LinkToListTemplate(ListTemplate, ListLevelNumber)
expression Required. A variable that represents a Style object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
ListTemplate | Required | ListTemplate object | The list template that the style is to be linked to. |
ListLevelNumber | Optional | Variant | An integer corresponding to the list level that the style is to be linked to. If this argument is omitted, then the level of the style is used. |
Example
This example creates a new list template and then links heading styles 1 through 9 to levels 1 through 9. The new list template is then applied to the document. Any paragraphs formatted as heading styles will assume the numbering from the list template.
Visual Basic for Applications |
---|
|
See Also