Table of Contents

Enum OperationType

Namespace
Gve.Text
Assembly
Gve.Text.dll

Type of operation.

public enum OperationType

Fields

AddAfter = 3

The add after operation.

AddBefore = 2

The add before operation.

Annotate = 7

The annotate operation.

Delete = 1

The delete operation.

MoveAfter = 5

The move after operation.

MoveBefore = 4

The move before operation.

Replace = 0

The replace operation.

Swap = 6

The swap operation.