Imports HTML into the document.
public DhForm importHTML( String html )
public DhForm importHTMLFromStream( IDataStream inputDataStream )
html
The string containing the HTML to import.
inputDataStream
A com.ms.wfc.io.IDataStream stream to read the HTML from.
Returns a DhForm object.
This HTML will replace any existing document contents.