Microsoft SDK for Java

setText

This method of the Document class passes the text through to the root node, if there is a root node.

Syntax

public void setText(String text);

Parameters

text The text to be set.

Overrides

setText(String) in ElementImpl.

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