NodeType
Přehled
NodeType je enum v Aspose.Note pro Python.
NodeType enum definuje možné kategorie uzlů, jako jsou Dokument, Strana, Kontrola, OutlineElement,RichText, Obraz, Tabulka a AttachedFile.
Hodnoty
| 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 |