'Declaration Public Enum RichTextNodeType Inherits System.Enum
public enum RichTextNodeType : System.Enum
Member | Description |
---|---|
Break | Represents an explicit line break. |
DocumentBody | Represents the document body, which contains paragraphs, tables and other document content. |
DocumentRoot | Represents a RichTextDocument's root node. |
Hyperlink | Represents a hyperlink in the document. |
Image | Represents an image in the document. |
Paragraph | Represents a paragraph in the document. |
Run | Represents content inside paragraphs, including paragraphs inside table cells. |
Table | Represents a table. |
TableCell | Represents a cell in a table. |
TableRow | Represents a row in a table. |
Text | Represents text in the document. |
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