public class ObjectDeclaration extends Object
Represents ObjectDeclaration from OneNote Online file format.
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. |
Modifier and Type | Method and Description |
---|---|
ObjectDeclarationId |
getId()
Object Id.
|
long |
getJcidFormat()
Object JCID.
|
com.aspose.ms.System.Collections.Generic.List<ObjectSpaceReference> |
getObjectSpaceReferences()
Object space references.
|
ObjectSpaceObjectPropSet |
getPropertySet()
Object property sets.
|
com.aspose.ms.System.Collections.Generic.List<Reference> |
getReferences()
Object references.
|
String |
toString() |
public 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.
jcidFormat
- id
- references
- objectSpaceReferences
- propertySet
- public long getJcidFormat()
Object JCID.
public ObjectDeclarationId getId()
Object Id.
public com.aspose.ms.System.Collections.Generic.List<Reference> getReferences()
Object references.
public com.aspose.ms.System.Collections.Generic.List<ObjectSpaceReference> getObjectSpaceReferences()
Object space references.
public ObjectSpaceObjectPropSet getPropertySet()
Object property sets.
Copyright (c) 2016 Aspose. All Rights Reserved.