DocumentData constructor

init

Constructs a new instance of DocumentData

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

init

Constructs a new instance of DocumentData

def __init__(self, template, fields):
    ...
Parameter Type Description
template groupdocs.parser.templates.Template
fields list

See Also