compile method
compile
Transforms the template with the given key and model object to output.
Returns
Resulting output as a str.
def compile(self, key, model):
...
Parameter | Type | Description |
---|---|---|
key | str | Key for the template in the template collection. |
model | any | Model object with data for transformation. |
See Also
- class
ITemplateEngine
- module
aspose.slides.export.web
- library
Aspose.Slides