JCID
Overview
JCID is a class in Aspose.Note for Python.
JCID.index returns the integer identifier of the JCID instance.
JCID (Java Class Identifier) is a structured identifier used in the OneNote binary file format to label the type of each OneStoreObject. It encodes type information as a 20-bit integer plus a set of flag bits. This class is part of the low-level binary-access API and is primarily useful for tools that need to inspect or classify raw OneNote object types.
Description
JCID is a class in the Aspose.Note FOSS library for Python that exposes 0 methods and 6 properties for programmatic use.
The class also provides the index property (returns the integer identifier of the jcid instance), the IsBinary property (indicates whether the jcid represents binary data), the IsPropertySet property (indicates if the jcid corresponds to a property set).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
index | int | Read | Returns the integer identifier of the JCID instance |
IsBinary | bool | Read | Indicates whether the JCID represents binary data |
IsPropertySet | bool | Read | Indicates if the JCID corresponds to a property set |
IsGraphNode | bool | Read | Shows whether the JCID denotes a graph node element |
IsFileData | bool | Read | Signals that the JCID contains file data |
IsReadOnly | bool | Read | Specifies that the JCID cannot be modified |