Microsoft SDK for Java

RichEdit.setRTF

Sets the text of a RichEdit control, including all the RTF codes.

Syntax

public void setRTF( String rtfText )

Parameters

rtfText

The text to set, including all the RTF codes.

Exceptions

WFCException thrown if the text contains no RTF codes.

See Also   getRTF

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