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.
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 |