Microsoft SDK for Java

RichEdit.getWordBreak

Retrieves a boolean value that indicates whether or not English word-breaking occurs in Japanese, Chinese, and Hangeul.

Syntax

public boolean getWordBreak()

Return Value

Returns true if English word-breaking is turned on; otherwise, returns false.

Remarks

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

See Also   setWordBreak

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