public class ObjectSpaceObjectPropSet extends Object implements IBinarySerializable, com.aspose.ms.System.IEquatable<ObjectSpaceObjectPropSet>
Gets the data for an object, including a property set and references to other objects, object spaces, and contexts.
Constructor and Description |
---|
ObjectSpaceObjectPropSet(ObjectSpaceObjectStream oids,
ObjectSpaceObjectStream osids,
ObjectSpaceObjectStream contextIds,
PropertySet body)
Initializes a new instance of the
ObjectSpaceObjectPropSet class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ObjectSpaceObjectPropSet other)
The equals.
|
PropertySet |
getBody()
Gets or sets properties that modify this object, and how other objects relate to this object.
|
ObjectSpaceObjectStream |
getContextIds()
Gets the count and list of contexts referenced by this ObjectSpaceObjectPropSets.
|
ObjectSpaceObjectStream |
getOids()
Gets the count and list of objects that are referenced by this ObjectSpaceObjectPropSet.
|
ObjectSpaceObjectStream |
getOsids()
Gets the count and list of object spaces referenced by this ObjectSpaceObjectPropSet.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
String |
toString()
The to string.
|
public ObjectSpaceObjectPropSet(ObjectSpaceObjectStream oids, ObjectSpaceObjectStream osids, ObjectSpaceObjectStream contextIds, PropertySet body)
Initializes a new instance of the ObjectSpaceObjectPropSet
class.
public ObjectSpaceObjectStream getOids()
Gets the count and list of objects that are referenced by this ObjectSpaceObjectPropSet.
public ObjectSpaceObjectStream getOsids()
Gets the count and list of object spaces referenced by this ObjectSpaceObjectPropSet.
public ObjectSpaceObjectStream getContextIds()
Gets the count and list of contexts referenced by this ObjectSpaceObjectPropSets.
public PropertySet getBody()
Gets or sets properties that modify this object, and how other objects relate to this object.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(ObjectSpaceObjectPropSet other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.