Version

HyperlinkNode Class Methods

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

Public Methods
 NameDescription
Public MethodAcceptOverloaded. Overridden. Executes a visitor's functionality on this node's type.  
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 of the hyperlink node.  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodSetStyleIdOnRunsSets the specified style id on all the runs in the hyper link.  
Public MethodSetTextSets the text of the hyperlink node.  
See Also