ListTemplateCollection Class Members
In This Topic
The following tables list the members exposed by ListTemplateCollection.
Public Properties
| Name | Description |
 | Count |
Gets the count of numbered and bulleted list templates in the document.
|
 | Document |
Gets the parent document.
|
 | Item | Overloaded.
Gets a list template by its index.
|
 | PictureBullets |
Gets the collection of picture bullets to be used in list templates.
|
Top
Public Methods
| Name | Description |
 | Add | Overloaded.
Creates a new list template and adds it to the collection of list templates in the document.
|
 | Contains |
Checks whether this collection contains a list template with a specified name.
|
 | TryGetValue |
Tries to find a list template with a specified name.
|
Top
See Also