Version

ParagraphNode Class Members

The following tables list the members exposed by ParagraphNode.

Public Constructors
 NameDescription
Public ConstructorParagraphNode ConstructorConstructor. Initializes a new instance of ParagraphNode.  
Public Properties
 NameDescription
Public PropertyChildNodesGets or sets the child nodes collection. Default value of the property is null. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyCustomAttributesUsed to store custom attributes on the node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyDocumentGets the associated document. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyHasChildNodesReturns true if the ChildNodes property is set to a non-null instance of NodeCollection with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyHasCustomAttributesReturns true if the CustomAttributes property is set to a non-null instance with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyIdGets or sets the id. Default value is null. Id is used to identify a node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyIsListItemResolvedIndicates if the paragraph is part of a bulleted or numbered list.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyListItemInfoResolvedIf this paragraph is part of a bulleted or numbered list then returns an instance of RichTextListItemInfo object that contains the list item information, such as the indicator for this item.  
Public PropertyMarkSettingsGets or sets a CharacterSettings object that is used to control the appearance of list indicator (bullet or number) and paragraph symbol.  
Public PropertyParagraphMarkSettingsResolvedGets a resolved CharacterSettings object that is used to control the appearance of the paragraph mark.  
Public PropertyParentGets the parent node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyRunSettingsResolvedGets a resolved CharacterSettings object that is used to control the default appearance of runs and marks in the paragraph.  
Public PropertySettingsGets or sets a ParagraphSettings object used for specifying paragraph settings. Default value is null.  
Public PropertySettingsResolvedGets a resolved ParagraphSettings object used for specifying paragraph settings.  
Public PropertyStyleIdGets or sets the id of paragraph style that is to be applied to the paragraph. Default value is null.  
Public PropertyTypeOverridden. Gets the value indicating the type of node the instance represents.  
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