LoadedOneNoteDocument
Overview
LoadedOneNoteDocument is a class in Aspose.Note for Python.
LoadedOneNoteDocument.display_name returns the document’s display name or None if unavailable.
LoadedOneNoteDocument is an internal representation of a fully parsed OneNote document as read from the binary OneStore file format. It holds the raw object-space graph and revision manifests that the higher-level Document class builds its public document model from. In most scripts, work with the Document class directly; LoadedOneNoteDocument is exposed for advanced use cases requiring direct access to the binary layer.
Description
LoadedOneNoteDocument is a class in the Aspose.Note FOSS library for Python that exposes 0 methods and 4 properties for programmatic use.
Core capabilities include: str \; logicaldocument; list[page]`. These operations enable developers to integrate loadedonenotedocument functionality directly into Python applications.
The class also provides the display_name property (returns the document’s display name or none if unavailable), the logical_document property (provides the underlying logicaldocument representing the file structure), the pages property (is a list of page objects representing the document’s top‑level pages).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
display_name | str | None | Read | Returns the document’s display name or None if unavailable |
logical_document | LogicalDocument | Read | Provides the underlying LogicalDocument representing the file structure |
pages | list[Page] | Read | Is a list of Page objects representing the document’s top‑level pages |
page_histories | list[list[Page]] | Read | Contains a list of page version histories, each as a list of Page objects |