The following tables list the members exposed by TextChange.
Name | Description | |
---|---|---|
![]() | LengthDelta | Returns the difference in the length between the TextDocumentSnapshot which was the current snapshot immediately before this change and the new snapshot. |
![]() | LineCountDelta | Returns the difference in the number of lines in the snapshot resulting from this change. |
![]() | NewLength | Returns the length of the document after the change was applied. |
![]() | NewSpan | Returns the span of the text change in the snapshot immediately after the change. |
![]() | NewText | Returns the text that replaced the OldText |
![]() | OldLength | Returns the length of the document before the change was applied. |
![]() | OldSpan | Returns the span of the text change in the snapshot immediately before the change. |
![]() | OldText | Returns the text that was replaced. |
Name | Description | |
---|---|---|
![]() | ToString | Returns the string representation of this object. |