Interface IPlaceholderTagNode
Placeholder tag in the editor.
Inherited Members
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.