Search Results for

    Show / Hide Table of Contents

    Interface IPlaceholderTagNode

    Placeholder tag in the editor.

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

    Properties

    PlaceholderTag

    Read-only access to the filter framework object.

    Declaration
    IPlaceholderTag PlaceholderTag { get; }
    Property Value
    Type Description
    IPlaceholderTag
    Remarks

    To change tag properties, select the tag, copy it to a document fragment, change the tag properties and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing tag.

    Extension Methods

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

    On this page

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