create_html_document method
create_html_document
Returns a document, with a basic tree already constructed including a title element, unless the title argument is omitted.
Returns
Returns document.
def create_html_document(self, title):
...
Parameter | Type | Description |
---|---|---|
title | str | The title. |
See Also
- module
aspose.html.dom
- class
IDOMImplementation