Version 24.2 (latest)

ParagraphNode Class Methods

For a list of all members of this type, see ParagraphNode 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 paragraph.  
Public MethodClearContentClears the paragraph content.  
Public MethodCloneOverloaded. 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. (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 paragraph.  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodSetTextClears the existing content of the paragraph and sets the new content to be the specified text.  
See Also