Interface IMarkupDataNode
An editor API node that directly represents a markup data item in the filter framework.
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface IMarkupDataNode
Remarks
Not all content items directly represent markup data. In particular start and end fields do not.
There are also markup data nodes that are not IAbstractContentNode
s, e.g.
tag pair containers, other markers, etc.
Properties
Item
Read-only access to the markup data item this node represents.
Declaration
IAbstractMarkupData Item { get; }
Property Value
Type | Description |
---|---|
IAbstractMarkupData |