Add Method (ListTemplateCollection)
In This Topic
Creates a new list template and adds it to the collection of list templates in the document.
Overload List
Overload | Description |
Add(Boolean) |
Creates a new list template and adds it to the collection of list templates in the document.
|
Add(Boolean,String) |
Creates a new list template and adds it to the collection of list templates in the document.
|
Add(Style,String) |
Creates a new list template that references a list style and adds it to the collection of list templates in the document.
|
Add(BuiltInListTemplateId,String) |
Creates a new list template based on a predefined template and adds it to the collection of lists templates in the document.
|
See Also