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

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

 English