RichEdit.setWordBreak

Overview | Methods | This Package | All Packages

RichEdit.setWordBreak

Enables or disables English word-breaking in Japanese, Chinese, and Hangeul.

Syntax

public void setWordBreak( boolean enable )

Parameters

enable

Set to true to enable English-language word breaking; otherwise, set to false.

Remarks

This method is used in conjunction with the setWordWrap and setWordPunctuation methods to determine the layout of text in the RichEdit control.

This method is valid for use only on Asian versions of the Windows operating system.

See Also   getWordBreak