1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.templates
  6. /
  7. TemplateCollection class
  8. /
  9. TemplateCollection constructor

TemplateCollection constructor

On this page

init

Initializes a new instance of the TemplateCollection class.

def __init__(self):
    ...

init

Constructs a new instance of TemplateCollection

def __init__(self, templates):
    ...
Parameter Type Description
templates list

See Also

On this page