Package | Description |
---|---|
com.aspose.note.revision |
Modifier and Type | Method and Description |
---|---|
static ObjectDeclarationId |
ObjectDeclarationId.getEmpty()
Gets an empty object declaration identifier.
|
ObjectDeclarationId |
ObjectDeclaration.getId()
Object Id.
|
ObjectDeclarationId |
ReferenceToObjectDeclarationId.getObjectDeclarationId()
Gets the object declaration identifier.
|
Modifier and Type | Method and Description |
---|---|
CustomHashSet<ObjectDeclarationId> |
ReferencesBlock.getKnownObjectDeclarationIds()
A set of object declaration ids which are referenced in current block.
|
Constructor and Description |
---|
ObjectDeclaration(long jcidFormat,
ObjectDeclarationId id,
com.aspose.ms.System.Collections.Generic.List<Reference> references,
com.aspose.ms.System.Collections.Generic.List<ObjectSpaceReference> objectSpaceReferences,
ObjectSpaceObjectPropSet propertySet)
Initializes a new instance of the
ObjectDeclaration class. |
ReferenceToObjectDeclarationId(Reference reference,
ObjectDeclarationId objectDeclarationId)
Initializes a new instance of
ReferenceToObjectDeclarationId type. |
Constructor and Description |
---|
ReferencesBlock(com.aspose.ms.System.Collections.Generic.List<ReferenceToObjectDeclarationId> referencesToObjectDeclarationIds,
CustomHashSet<ObjectDeclarationId> knownObjectDeclarationIds)
Initializes a new instance of
ReferencesBlock type. |
Copyright (c) 2016 Aspose. All Rights Reserved.