Table of Contents

Method UpdateWordWrap

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

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

first int

Specifies first line to wrap.

last int

Specifies last line to wrap.

Returns

bool

True if succeed; otherwise false.