IDOMImplementationCreateHTMLDocument Method |
Returns a document, with a basic tree already constructed including a title element, unless the title argument is omitted.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxDocument CreateHTMLDocument(
string title
)
Function CreateHTMLDocument (
title As String
) As Document
Document^ CreateHTMLDocument(
String^ title
)
abstract CreateHTMLDocument :
title : string -> Document
Parameters
- title
- Type: SystemString
The title.
Return Value
Type:
DocumentReturns document.
See Also