Search Results for

    Show / Hide Table of Contents

    Interface ITagPairContainerNode

    A tag pair in the editor.

    Inherited Members
    IAbstractContainerNode.Find(Predicate<INode>, Boolean)
    IAbstractContainerNode.FindContentNode(Predicate<IAbstractContentNode>, Boolean)
    IAbstractContainerNode.FindAllNodes(Predicate<IAbstractNode>, Boolean)
    IAbstractContainerNode.StartNode
    IAbstractContainerNode.EndNode
    INode.AcceptNodeVisitor(INodeVisitor)
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Parent
    ITreeNode<IAbstractNode, IAbstractContainerNode>.NextSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.PreviousSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Root
    System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
    IMarkupDataNode.Item
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface ITagPairContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>, IEnumerable<IAbstractNode>, IEnumerable, IMarkupDataNode
    Remarks

    All nodes inside this container appears between the start and the end tags in the tag pair.

    Properties

    TagPair

    Read-only access to the filter framework object.

    Declaration
    ITagPair TagPair { get; }
    Property Value
    Type Description
    ITagPair
    Remarks

    To change tag pair properties, move the selection to select the entire tag pair (i.e. everything from the start to the end node) and call CopySelection() to copy them into a document fragment. Change the document fragment object and call ReplaceSelection(IDocumentFragment) to let the changed copy replace the existing tag pair node.

    Extension Methods

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

    On this page

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