The xamRichTextEditor is capable of rendering rich content; internally represented by a hierarchy of different types located in the RichTextDocument; access using the XamRichTextEditor.Document property.
RichTextDocument Key Aspects
Document key aspects summary chart
The RichTextDocument provides various methods for appending, inserting and deleting rich content. Use the root node to access the descendant rich content hierarchy, which consists of containers (like paragraphs or tables) and nodes without children (like text nodes or image).
Key aspect
Details
Properties
Available styles
A collection containing all pre-populated standard styles, used to fill the Styles collection of the root node.
The DocumentRootNode provides properties for configuring the document rich content like default characters and paragraphs settings. Use the body node to access the descendant rich content hierarchy.
Key aspect
Details
Properties
Lists collection
A RichTextList collection contains all the numbered and bulleted list styles in the document.
To understand the types you need to add in the ChildNodes collection for different rich content, please follow the links in the Related Content section.
Key aspect
Details
Properties
Child nodes
Used to access the rich content which is directly visible in the editor.
ChildNodes
Related Topics
The following topics provide additional information related to this topic.