Microsoft SDK for Java

DhDocument.importHTML

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.