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,
ObjectSpaceObjectPropSet propertySet)
Initialises a new instance of
ObjectDeclaration type. |
Modifier and Type | Method and Description |
---|---|
ObjectDeclarationId |
getId()
Object Id.
|
long |
getJcidFormat()
Object JCID.
|
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, ObjectSpaceObjectPropSet propertySet)
Initialises a new instance of ObjectDeclaration
type.
jcidFormat
- id
- references
- propertySet
- public long getJcidFormat()
Object JCID.
public ObjectDeclarationId getId()
Object Id.
public com.aspose.ms.System.Collections.Generic.List<Reference> getReferences()
Object references.
public ObjectSpaceObjectPropSet getPropertySet()
Object property sets.
Copyright (c) 2016 Aspose. All Rights Reserved.