public class ObjectDeclarationId extends Object
Object declaration identifier.
Constructor and Description |
---|
ObjectDeclarationId(byte[] bytesAfterReferences,
byte lastByteInDescription)
Initializes a new instance of the
ObjectDeclarationId class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getBytesAfterReferences()
Gets bytes situated immediately after all references.
|
static ObjectDeclarationId |
getEmpty()
Gets an empty object declaration identifier.
|
byte |
getLastByteInDescription()
Gets last byte in object description from OneNote Online binary format.
|
int |
hashCode() |
String |
toString() |
public ObjectDeclarationId(byte[] bytesAfterReferences, byte lastByteInDescription)
Initializes a new instance of the ObjectDeclarationId
class.
public byte[] getBytesAfterReferences()
Gets bytes situated immediately after all references.
public byte getLastByteInDescription()
Gets last byte in object description from OneNote Online binary format.
public static ObjectDeclarationId getEmpty()
Gets an empty object declaration identifier.
Copyright (c) 2016 Aspose. All Rights Reserved.