UpdateWordWrap Method
UpdateWordWrap()
Re-wraps all lines in the text.
Declaration
public virtual bool UpdateWordWrap()
Returns
Type | Description |
---|---|
Boolean | True if succeed; otherwise false. |
Implements
UpdateWordWrap(Int32, Int32)
Re-wraps lines in the text within specific scope.
Declaration
public virtual bool UpdateWordWrap(int first, int last)
Parameters
Type | Name | Description |
---|---|---|
Int32 | first | Specifies first line to wrap. |
Int32 | last | Specifies last line to wrap. |
Returns
Type | Description |
---|---|
Boolean | True if succeed; otherwise false. |