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

ValueDescription
DocumentRepresents a OneNote document node, the root of the DOM hierarchy
PageRepresents a page node within a OneNote document
OutlineRepresents an outline container node that groups outline elements
OutlineElementRepresents an individual outline element (a bullet or item) in an outline
RichTextRepresents a rich text node containing formatted text runs
ImageRepresents an image node containing binary image data
TableRepresents a table node composed of rows and cells
AttachedFileRepresents a node for a file attached to the document

See Also