TemplateCollection class
TemplateCollection class
Represents a collection of document parsing templates.
The TemplateCollection type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the TemplateCollection class. |
| init | Constructs a new instance of TemplateCollection |
Properties
| Property | Description |
|---|---|
| count | Gets the number of templates contained in the TemplateCollection. |
Methods
| Method | Description |
|---|---|
| get | Gets the template at the specified index. |
| add | Adds a template to the end of the TemplateCollection. |
| remove_at | Removes the template at the specified index of the TemplateCollection. |
| remove | Removes the first occurrence of a specific template from the TemplateCollection. |
| clear | Removes all elements from the TemplateCollection. |
See Also
- module
groupdocs.parser.templates - class
TemplateCollection