Table of Contents

Method UpdateWordWrap

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

UpdateWordWrap()

Re-wraps all lines in DisplayStrings collection.

public virtual bool UpdateWordWrap()

Returns

bool

True if succeed otherwise false.

UpdateWordWrap(int, int)

Updates wrapped lines within specific scope in DisplayStrings object.

public virtual bool UpdateWordWrap(int first, int last)

Parameters

first int

Specifies first line to wrap.

last int

Specifies first line to wrap.

Returns

bool

True if succeed; otherwise false.