Interface ITextNode
A piece of text in the editor API.
Inherited Members
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface ITextNode : INode, IMarkupDataNode, IAbstractContentNode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>
Properties
Text
Read-only access to the filter framework text object.
Declaration
IText Text { get; }
Property Value
Type | Description |
---|---|
IText |
Remarks
To change the text, copy it to a document fragment, change it and call ReplaceSelection(IDocumentFragment).