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.
Description
ExtendedGUID is a class in the Aspose.Note FOSS library for Python that exposes 0 methods and 2 properties for programmatic use.
The class also provides the guid property (is the string representation of the guid value), the n property (is the integer component associated with the extended guid).
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 |