For a list of all members of this type, see ParagraphNode members.
Name | Description | |
---|---|---|
![]() | ChildNodes | Gets or sets the child nodes collection. Default value of the property is null. (Inherited from Infragistics.Documents.RichText.NodeBase) |
![]() | CustomAttributes | Used to store custom attributes on the node. (Inherited from Infragistics.Documents.RichText.NodeBase) |
![]() | Document | Gets the associated document. (Inherited from Infragistics.Documents.RichText.NodeBase) |
![]() | HasChildNodes | Returns 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) |
![]() | HasCustomAttributes | Returns true if the CustomAttributes property is set to a non-null instance with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase) |
![]() | Id | Gets or sets the id. Default value is null. Id is used to identify a node. (Inherited from Infragistics.Documents.RichText.NodeBase) |
![]() | IsListItemResolved | Indicates if the paragraph is part of a bulleted or numbered list. |
![]() | IsSealed | Returns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |
![]() | ListItemInfoResolved | If 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. |
![]() | MarkSettings | Gets or sets a CharacterSettings object that is used to control the appearance of list indicator (bullet or number) and paragraph symbol. |
![]() | ParagraphMarkSettingsResolved | Gets a resolved CharacterSettings object that is used to control the appearance of the paragraph mark. |
![]() | Parent | Gets the parent node. (Inherited from Infragistics.Documents.RichText.NodeBase) |
![]() | RunSettingsResolved | Gets a resolved CharacterSettings object that is used to control the default appearance of runs and marks in the paragraph. |
![]() | Settings | Gets or sets a ParagraphSettings object used for specifying paragraph settings. Default value is null. |
![]() | SettingsResolved | Gets a resolved ParagraphSettings object used for specifying paragraph settings. |
![]() | StyleId | Gets or sets the id of paragraph style that is to be applied to the paragraph. Default value is null. |
![]() | Type | Overridden. Gets the value indicating the type of node the instance represents. |