ExtendedGUID
Overview
ExtendedGUID is a class in Aspose.Note for Python.
ExtendedGUID.guid is the string representation of the GUID value.
ExtendedGUID is a composite identifier used in the OneNote binary file format to uniquely reference objects within and across files. It combines a standard GUID with an integer index to produce a globally unique identifier for OneNote object spaces, revision manifests, and other entities. Exposed via the Id property on various low-level objects.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
guid | str | Read | Is the string representation of the GUID value |
n | int | Read | Is the integer component associated with the extended GUID |