Search Results for

    Show / Hide Table of Contents

    Interface IChangeTextOperation

    Represents an edit operation that changed the text in a text node.

    Inherited Members
    IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor)
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface IChangeTextOperation : IAbstractEditOperation

    Properties

    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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • Node
      • TextBefore
    • Extension Methods
    Back to top Generated by DocFX