Search Results for

    Show / Hide Table of Contents

    Interface ITextNode

    A piece of text in the editor API.

    Inherited Members
    INode.AcceptNodeVisitor(INodeVisitor)
    IMarkupDataNode.Item
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Parent
    ITreeNode<IAbstractNode, IAbstractContainerNode>.NextSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.PreviousSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Root
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface ITextNode : INode, IMarkupDataNode, IAbstractContentNode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>

    Properties

    Text

    Read-only access to the filter framework text object.

    Declaration
    IText Text { get; }
    Property Value
    Type Description
    IText
    Remarks

    To change the text, copy it to a document fragment, change it and call ReplaceSelection(IDocumentFragment).

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    EditorApiExtensions.ParentFirstOrDefault<T>(IAbstractNode)

    On this page

    • Properties
      • Text
    • Extension Methods
    Back to top Generated by DocFX