Method UpdateWordWrap
UpdateWordWrap()
When implemented by a class, re-wraps all lines in the text.
bool UpdateWordWrap()
Returns
- bool
True if succeed; otherwise false.
UpdateWordWrap(int, int)
When implemented by a class, re-wraps lines in the text within specific scope.
bool UpdateWordWrap(int first, int last)
Parameters
Returns
- bool
True if succeed; otherwise false.