Aspose.Note for .Net
NodeType Enumeration |
Specifies the type of the node.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
Members| Member name | Value | Description | |
|---|---|---|---|
| Document | 0 | Specifies that the node is a Document. | |
| Section | 1 | Specifies that the node is a Section. | |
| Page | 2 | Specifies that the node is a Page. | |
| PageSeries | 3 | Specifies that the node is a PageSeries. | |
| Title | 4 | Specifies that the node is a Title. | |
| Outline | 5 | Specifies that the node is an Outline. | |
| OutlineElement | 6 | Specifies that the node is an OutlineElement. | |
| Image | 7 | Specifies that the node is an Image. | |
| RichText | 8 | Specifies that the node is a RichText. | |
| OutlineGroup | 9 | Specifies that the node is an OutlineGroup. | |
| AttachedFile | 10 | Specifies that the node is an AttachedFile. | |
| Table | 11 | Specifies that the node is a Table. | |
| TableRow | 12 | Specifies that the node is a TableRow. | |
| TableCell | 13 | Specifies that the node is a TableCell. |
See Also