Overview | Methods | This Package | All Packages
Imports HTML into the document.
Syntax
public DhForm importHTML( String html )
public DhForm importHTMLFromStream( IDataStream inputDataStream )
Parameters
html
The string containing the HTML to import.
inputDataStream
A com.ms.wfc.io.IDataStream stream to read the HTML from.
Return Value
Returns a DhForm object.
Remarks
This HTML will replace any existing document contents.