Method UpdateWordWrap
UpdateWordWrap()
Re-wraps all lines in the text.
public virtual bool UpdateWordWrap()
Returns
- bool
True if succeed; otherwise false.
UpdateWordWrap(int, int)
Re-wraps lines in the text within specific scope.
public virtual bool UpdateWordWrap(int first, int last)
Parameters
Returns
- bool
True if succeed; otherwise false.