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

NameTypeAccessDescription
file_node_idintReadIs the integer identifier of the file node within the document structure
payloadbytesReadContains the raw binary data of the attached file
stp_formatintReadStores the format code of the file node as an integer
cb_formatintReadHolds the content‑block format identifier for the file node
base_typeintReadIndicates the base type of the node using an integer code

See Also