public class ObjectDeclarationsGroup extends Object
Represent a group of ReferencesBlock
and ObjectDeclarationsBlock
.
Constructor and Description |
---|
ObjectDeclarationsGroup(ReferencesBlock referencesBlock,
ObjectDeclarationsBlock objectDeclarationsBlock)
Initializes a new instance of the
ObjectDeclarationsGroup class. |
Modifier and Type | Method and Description |
---|---|
ExtendedGuid |
getGosId()
Gets an analogue of Global Object Space ID for OneNote 2010.
|
ObjectDeclarationsBlock |
getObjectDeclarationsBlock()
Gets object declarations block.
|
ReferencesBlock |
getReferencesBlock()
Gets references block.
|
public ObjectDeclarationsGroup(ReferencesBlock referencesBlock, ObjectDeclarationsBlock objectDeclarationsBlock)
Initializes a new instance of the ObjectDeclarationsGroup
class.
referencesBlock
- The references block.objectDeclarationsBlock
- The object declarations block.binaryContainers
- The binary containers.public ReferencesBlock getReferencesBlock()
Gets references block.
public ObjectDeclarationsBlock getObjectDeclarationsBlock()
Gets object declarations block.
public ExtendedGuid getGosId()
Gets an analogue of Global Object Space ID for OneNote 2010.
Copyright (c) 2016 Aspose. All Rights Reserved.