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

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
 Čeština