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

NameTypeAccessDescription
indexintReadReturns the integer identifier of the JCID instance
IsBinaryboolReadIndicates whether the JCID represents binary data
IsPropertySetboolReadIndicates if the JCID corresponds to a property set
IsGraphNodeboolReadShows whether the JCID denotes a graph node element
IsFileDataboolReadSignals that the JCID contains file data
IsReadOnlyboolReadSpecifies that the JCID cannot be modified

See Also