TemplateCollection
Leave feedback
On this page
Represents a collection of document parsing templates.
public class TemplateCollection : IEnumerable<Template>
| Name | Description |
|---|---|
| TemplateCollection() | Initializes a new instance of the TemplateCollection class. |
| TemplateCollection(IEnumerable<Template>) | Initializes a new instance of the TemplateCollection class. |
| Name | Description |
|---|---|
| Count { get; } | Gets the number of templates contained in the TemplateCollection. |
| Name | Description |
|---|---|
| Add(Template) | Adds a template to the end of the TemplateCollection. |
| Clear() | Removes all elements from the TemplateCollection. |
| Get(int) | Gets the template at the specified index. |
| GetEnumerator() | Returns an enumerator that iterates through the TemplateCollection. |
| Remove(Template) | Removes the first occurrence of a specific template from the TemplateCollection. |
| RemoveAt(int) | Removes the template at the specified index of the TemplateCollection. |
- class Template
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser
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.