Skip to main content
Version: 4.59

LineBreakMode

The line break mode of the text.

This type can have the following values.

ValueDescription
"characterWrap"Breaks the line after the last character that fits.
"clip"Cuts off the text.
"truncateEnd"Schows the beginning of the text and puts ellipsis ... at the end.
"truncateMiddle"Schows the beginning and the end of the text and puts ellipsis ... in the middle.
"truncateStart"Schows the end of the text and puts ellipsis ... at the beginning..
"wordWrap"Breaks the line after the last word that fits.