For a list of all members of this type, see DocumentRootNode members.
| Name | Description | |
|---|---|---|
![]() | Body | Gets the DocumentBodyNode from the NodeBase.ChildNodes collection. Note that |
![]() | 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) |
![]() | DocumentProperties | Gets or sets the document level properties. |
![]() | 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) |
![]() | HasUnsupportedContent | Gets or sets the value indicating whether the document is not able to represent unsupported content from another source. |
![]() | Id | Gets or sets the id. Default value is null. Id is used to identify a node. (Inherited from Infragistics.Documents.RichText.NodeBase) |
![]() | IsSealed | Returns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |
![]() | Lists | A collection of RichTextList objects where each RichTextList object identifies bulleted or numbered list in the document. |
![]() | Parent | Gets the parent node. (Inherited from Infragistics.Documents.RichText.NodeBase) |
![]() | Settings | Contains the document wide settings |
![]() | Styles | Used for specifying document wide styles that can be associated with specific content in the document. |
![]() | ThemeInfoResolved | Gets the resolved RichTextThemeInfo. |
![]() | Type | Overridden. Gets the value indicating the type of node the instance represents. |