LogicalDocument
Overview
LogicalDocument is a class in Aspose.Note for Python.
LogicalDocument.root represents the top‑level logical node of the document, or None if not present.
LogicalDocument represents the logical (parsed) view of a OneNote document as opposed to its raw binary representation. It is the base from which the public Document class derives, providing the complete parsed document object model. In most scripts, interact with the Document subclass directly rather than with LogicalDocument.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
root | LogicalNode | None | Read | Represents the top‑level logical node of the document, or None if not present |