Table of Contents

Method UpdateWordWrap

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

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

first int

Specifies first line to wrap.

last int

Specifies last line to wrap.

Returns

bool

True if succeed; otherwise false.