TemplateCollection class
Leave feedback
On this page
Represents a collection of document parsing templates.
The TemplateCollection type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the TemplateCollection class. |
| init | Constructs a new instance of TemplateCollection |
| Property | Description |
|---|---|
| count | Gets the number of templates contained in the TemplateCollection. |
| 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. |
- module
groupdocs.parser.templates - class
TemplateCollection
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.