Search Results for

    Show / Hide Table of Contents

    Interface IFileContainerNode

    Container node that spans the entire content of a file, as represented in the editor.

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

    All ParagraphUnits in the file appear inside this container.

    File containers cannot be nested, i.e. there can be no other file container inside this one.

    provides read-only access to the file properties from the filter framework.

    Properties

    FileProperties

    Read-only access to the underlying filter framework information about the file this container represents.

    Declaration
    IFileProperties FileProperties { get; }
    Property Value
    Type Description
    IFileProperties

    Extension Methods

    EditorApiExtensions.ParentFirstOrDefault<T>(IAbstractNode)
    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Properties
      • FileProperties
    • Extension Methods
    Back to top Generated by DocFX