Table of Contents

Method ApplyTextChanges

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

ApplyTextChanges(IList<ITextUndo>, bool)

When implemented by a class, applies text changes to the text.

void ApplyTextChanges(IList<ITextUndo> textChanges, bool format)

Parameters

textChanges IList<ITextUndo>

List of text changes

format bool

Specifies if inserted block needs to be formatted.