OneStoreObject
Overview
OneStoreObject is a class in Aspose.Note for Python.
OneStoreObject.oid represents the object’s unique identifier as an ExtendedGUID.
OneStoreObject represents a single object in the OneNote object-space model. Objects are the atomic data units stored in the OneStore binary format; each has a JCID (Java Class ID) that identifies its type, and a set of property values. This class is part of the low-level binary-access API and is primarily useful for diagnostic inspection of raw OneNote file structures.
Description
OneStoreObject is a class in the Aspose.Note FOSS library for Python that exposes 0 methods and 7 properties for programmatic use.
Core capabilities include: extendedguid; jcid; dict[str, any]. These operations enable developers to integrate onestoreobject functionality directly into Python applications.
The class also provides the oid property (represents the object’s unique identifier as an extendedguid), the jcid property (represents the object’s jcid (type identifier) value), the jcid_name property (represents the human‑readable name of the jcid).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
oid | ExtendedGUID | Read | Represents the object’s unique identifier as an ExtendedGUID |
jcid | JCID | Read | Represents the object’s JCID (type identifier) value |
jcid_name | str | Read | Represents the human‑readable name of the JCID |
properties | dict[str, Any] | Read | Represents a dictionary of parsed property names to their values |
raw_properties | list[tuple[str, Any]] | Read | Represents the raw list of (property name, value) tuples as read from the file |
file_data_reference | str | None | Read | Represents an optional reference string to external file data |
file_extension | str | None | Read | Represents an optional file extension string for attached file data |