[]
        
(Showing Draft Content)

WrapMode

Enumeration: WrapMode

Specifies text wrapping behavior to prevent text from flowing outside the layout box.

Enumeration Members

CharWrap

CharWrap: 1;

Text lines can be broken at the grapheme cluster boundaries (see Unicode Standard Annex #29).


NoWrap

NoWrap: 2;

Text lines can not be broken.


WordWrap

WordWrap: 0;

The line breaking algorithm is defined by the Layout#lineBreakingRules property.