TemplateData constructor
init
Inline content based on initialization (XML, JSON).
def __init__(self, content_options):
...
| Parameter | Type | Description |
|---|---|---|
| content_options | TemplateContentOptions | Content description object. |
init
Absolute path to data file (XML, JSON) based on initialization.
def __init__(self, data_path):
...
| Parameter | Type | Description |
|---|---|---|
| data_path | str | Path to data file (XML, JSON) |
See Also
- module
aspose.html.converters - class
TemplateData