Version

NodeBase Class Methods

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

Public Methods
 NameDescription
Public MethodAcceptOverloaded. Executes a visitor's functionality on this node's type.  
Public MethodCloneOverloaded. Overridden. Performs a deep clone of the object.  
Public MethodGetAncestorNode<TNode>If this node is TNode type and returns self otherwise gets the ancestor node of TNode type.  
Public MethodGetDocumentOffsetGets the offset of the node within the document.  
Public MethodGetDocumentSpanGets the document span of the node.  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also