Provides the base requirements for a single replace operations within a text change.
Remarks
All text change operations are represented in terms of a replace operation.
The Start0
.
For insert operations that have no selection of text to be replaced, the Deletion0
.
Properties
DeletedText
Gets the text that was deleted by the operation.
Property Value
- string:
The text that was deleted by the operation.
InsertedText
Gets the text that was inserted by the operation.
Property Value
- string:
The text that was inserted by the operation.
IsProgrammaticTextReplacement
Gets whether the operation completely replaces the document's text, and is only caused by using the Set
Property Value
- bool:
true
if the operation completely replaces the document's text, and is only caused by using the SetText(string) method; otherwise,false
.
IsTextReplacement
Gets whether the operation completely replaces the document's text.
Property Value
- bool:
true
if the operation completely replaces the document's text; otherwise,false
.
Inherited Members
-
IText
Change Ranged Operation. Deletion End Offset -
IText
Change Ranged Operation. Deletion End Position -
IText
Change Ranged Operation. Deletion Length -
IText
Change Ranged Operation. Has Deletion -
IText
Change Ranged Operation. Has Insertion -
IText
Change Ranged Operation. Insertion End Offset -
IText
Change Ranged Operation. Insertion End Position -
IText
Change Ranged Operation. Insertion Length -
IText
Change Ranged Operation. Is Ignored For Translation -
IText
Change Ranged Operation. Length Delta -
IText
Change Ranged Operation. Lines Deleted -
IText
Change Ranged Operation. Lines Delta -
IText
Change Ranged Operation. Lines Inserted -
IText
Change Ranged Operation. Start Offset -
IText
Change Ranged Operation. Start Position