NodeType
Overview
NodeType is a enum in Aspose.Note FOSS for Python.
NodeType.Document represents a OneNote document node, the root of the DOM hierarchy.
Values
| Value | Description |
|---|---|
Document | Represents a OneNote document node, the root of the DOM hierarchy |
Page | Represents a page node within a OneNote document |
Outline | Represents an outline container node that groups outline elements |
OutlineElement | Represents an individual outline element (a bullet or item) in an outline |
RichText | Represents a rich text node containing formatted text runs |
Image | Represents an image node containing binary image data |
Table | Represents a table node composed of rows and cells |
AttachedFile | Represents a node for a file attached to the document |