NodeType

General

NodeType és un enum a Aspose.Note per Python.

NodeType enum defineix les possibles categories de nodes com Document, Pàgina, Esquema, OutlineElement,RichText, Imatge, Taula i AttachedFile.

Valors

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 such as a bullet or numbered item
RichTextRepresents a rich text node containing formatted text runs
ImageRepresents an image node storing binary image data and related metadata
TableRepresents a table node composed of rows and cells
AttachedFileRepresents a file attachment node with file bytes and name
 Català