Interface IFileContainerNode
Container node that spans the entire content of a file, as represented in the editor.
Inherited Members
System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.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 |