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

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

 English