WordBreak

trait WordBreak extends Normal
trait Normal
class Object
trait Matchable
class Any

Value members

Concrete fields

To prevent overflow, word breaks should be inserted between any two characters (excluding Chinese/Japanese/Korean text).

To prevent overflow, word breaks should be inserted between any two characters (excluding Chinese/Japanese/Korean text).

To prevent overflow, normally unbreakable words may be broken at arbitrary points if there are no otherwise acceptable break points in the line.

To prevent overflow, normally unbreakable words may be broken at arbitrary points if there are no otherwise acceptable break points in the line.

Note: IE does not support this value

Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.

Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.

Inherited fields

Inherited from:
Normal