IDOMImplementation.CreateHTMLDocument
IDOMImplementation.CreateHTMLDocument method
Returns a document, with a basic tree already constructed including a title element, unless the title argument is omitted.
public Document CreateHTMLDocument(String title)
Parameter | Type | Description |
---|---|---|
title | String | The title. |
Return Value
Returns document.
See Also
- class Document
- interface IDOMImplementation
- package com.aspose.html.Dom
- package Aspose.HTML