Tizen Native API  6.5
Dali::Toolkit::Text::LineWrap Namespace Reference

Contains modes which specify how lines are wrapped. More...

Enumerations

enum  Mode
 Enumerations specifying how a line is wrapped. More...

Detailed Description

Contains modes which specify how lines are wrapped.

If the layout width is too short to show the full text, then a wrapping mode can be specified.

LineWrap::WORD mode will move an entire word to the next line:

 +---------+
 |HELLO    |
 |WORLD    |
 +---------+

LineWrap::CHARACTER mode will move character by character to the next line:

 +---------+
 |HELLO WOR|
 |LD       |
 +---------+
Since:
4.0, DALi version 1.2.60

Enumeration Type Documentation

Enumerations specifying how a line is wrapped.

Since:
4.0, DALi version 1.2.60
See also:
LineWrap
Enumerator:
WORD 
Since:
4.0, DALi version 1.2.60
CHARACTER 
Since:
4.0, DALi version 1.2.60