Table of Contents

Class TextUndo

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

Represents single change of the text fragment.

public class TextUndo : ITextUndo
Inheritance
TextUndo
Implements

Constructors

TextUndo()

Initializes TextUndo class with default settings.

TextUndo(Point, Point, string, string)

Initializes TextUndo class with specified parameters.

TextUndo(int, int, string, string)

Initializes TextUndo class with specified parameters.

Properties

EndPt

Represents end Point of the text fragment being changed.

FileName

Specifies FileName where the change occurs.

Len

Specifies length of the text fragment to delete.

Start

Represents starting position of the text fragment being changed.

StartPt

Represents starting Point of the text fragment being changed.

Text

Specifies length of the text fragment to insert.