Overview | Methods | This Package | All Packages
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