NodeType

Oversigt over de forskellige former for støtte

NodeType er et enum i Aspose.Note for Python.

NodeType enum definerer de mulige knudekategorier som Dokument, Side, Outline, OutlineElement,RichText, Bild, Tabel og AttachedFile.

Valuer

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
 Dansk