Tizen Native API
5.0
|
Contains modes which specify how lines are wrapped. More...
Enumerations | |
enum | Mode |
Enumerations specifying how a line is wrapped. More... |
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 | +---------+