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
| 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 such as a bullet or numbered item |
RichText | Represents a rich text node containing formatted text runs |
Image | Represents an image node storing binary image data and related metadata |
Table | Represents a table node composed of rows and cells |
AttachedFile | Represents a file attachment node with file bytes and name |