Table of Contents

Interface ITextUndo

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

Represents single change of the text fragment.

public interface ITextUndo

Properties

EndPt

When implemented by a class, represents end Point of the text fragment being changed.

FileName

When implemented by a class, specifies FieName where the change occurs.

Len

When implemented by a class, specifies length of the text fragment to delete.

Start

When implemented by a class, represents starting position of the text fragment being changed.

StartPt

When implemented by a class, represents starting Point of the text fragment being changed.

Text

When implemented by a class, specifies text fragment to insert.