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.
Description
FileNode is a class in the Aspose.Note FOSS library for Python that exposes 0 methods and 5 properties for programmatic use.
Core capabilities include: bytes. These operations enable developers to integrate filenode functionality directly into Python applications.
The class also provides the file_node_id property (is the integer identifier of the file node within the document structure), the payload property (contains the raw binary data of the attached file), the stp_format property (stores the format code of the file node as an integer).
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 |