Version 24.2 (latest)

RunNode Class Methods

For a list of all members of this type, see RunNode members.

Public Methods
 NameDescription
Public MethodAcceptOverloaded. Overridden. Executes a visitor's functionality on this node's type.  
Public MethodApplySettingsApplies any non-null settings in the specified settings object to this run.  
Public MethodCloneOverloaded. Performs a deep clone of the object. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public MethodGetAncestorNode<TNode>If this node is TNode type and returns self otherwise gets the ancestor node of TNode type. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public MethodGetDocumentOffsetGets the offset of the node within the document. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public MethodGetDocumentSpanGets the document span of the node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public MethodGetTextGets the text in the run.  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodSetTextClears the existing content of the run and sets the new content to be the specified text.  
See Also