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.
Description
LogicalDocument is a class in the Aspose.Note FOSS library for Python that exposes 0 methods and 1 property for programmatic use.
Core capabilities include: `logicalnode . These operations enable developers to integrate logicaldocument functionality directly into Python applications.
The class also provides the root property (represents the top‑level logical node of the document, or none if not present).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
root | LogicalNode | None | Read | Represents the top‑level logical node of the document, or None if not present |