Interface IChangeTextOperation
Represents an edit operation that changed the text in a text node.
Inherited Members
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface IChangeTextOperation : IAbstractEditOperationProperties
Node
The text node being changed.
Declaration
ITextNode Node { get; set; }Property Value
| Type | Description | 
|---|---|
| ITextNode | 
TextBefore
The text before the change.
Declaration
string TextBefore { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |