Microsoft SDK for Java

getText

This method of the Document class retrieves the document text.

Syntax

public String getText();

Return Value

Returns a plain text (that is, not marked-up) representation of the entire document.

Overrides

getText() in ElementImpl.

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