LogicalNode
General
LogicalNode és una classe en Aspose.Note per a Python.
LogicalNode.type representa el identificador de tipus del nod lògic.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
kind | str | Read | Represents the type identifier of the logical node |
oid | Any | Read | Holds the object identifier associated with the node |
properties | dict[str, Any] | Read | Is a dictionary of custom attributes for the node |
children | list[LogicalNode] | Read | Is a list of child LogicalNode objects |
metadata | list[LogicalNode] | Read | Is a list of LogicalNode objects containing metadata |