Version

RichTextNodeType Enumeration

Represents the various node types available.
Syntax
'Declaration
 
Public Enum RichTextNodeType 
   Inherits System.Enum
public enum RichTextNodeType : System.Enum 
Members
MemberDescription
BreakRepresents an explicit line break.
DocumentBodyRepresents the document body, which contains paragraphs, tables and other document content.
DocumentRootRepresents a RichTextDocument's root node.
HyperlinkRepresents a hyperlink in the document.
ImageRepresents an image in the document.
ParagraphRepresents a paragraph in the document.
RunRepresents content inside paragraphs, including paragraphs inside table cells.
TableRepresents a table.
TableCellRepresents a cell in a table.
TableRowRepresents a row in a table.
TextRepresents text in the document.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also