FileNode
Overview
FileNode is a class in Aspose.Note for Python.
FileNode.file_node_id is the integer identifier of the file node within the document structure.
FileNode is a record in the OneNote binary file format’s node list. File nodes encode the structural metadata of the OneStore format, including references to object spaces, revision manifests, and data blocks. This class is part of the low-level binary-access layer; most scripts interact with the higher-level Document API instead.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
file_node_id | int | Read | Is the integer identifier of the file node within the document structure |
payload | bytes | Read | Contains the raw binary data of the attached file |
stp_format | int | Read | Stores the format code of the file node as an integer |
cb_format | int | Read | Holds the content‑block format identifier for the file node |
base_type | int | Read | Indicates the base type of the node using an integer code |