public class Jcid extends Object implements IBinarySerializable, com.aspose.ms.System.IEquatable<Jcid>
Gets the type of object and the type of data the contains.
Constructor and Description |
---|
Jcid(int index,
long format,
boolean isBinary,
boolean isPropertySet,
boolean isGraphNode,
boolean isFileData,
boolean isReadOnly)
Initializes a new instance of the
Jcid class. |
Jcid(int index,
long format,
boolean isBinary,
boolean isPropertySet,
boolean isGraphNode,
boolean isFileData,
boolean isReadOnly,
com.aspose.ms.System.Collections.BitArray reserved)
Initializes a new instance of the
Jcid class. |
Jcid(long format)
Initializes a new instance of the
Jcid class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Jcid other)
The equals.
|
long |
getFormat()
Gets the format of object.
|
int |
getIndex()
Gets the type of object.
|
com.aspose.ms.System.Collections.BitArray |
getReserved()
Gets a reserved value.
|
long |
getStructSize()
Gets the struct size.
|
boolean |
isBinary()
Gets a value indicating whether the object contains encryption data transmitted over the
File Synchronization via SOAP over HTTP Protocol.
|
boolean |
isFileData()
Gets a value indicating whether the object is a file data object.
|
static boolean |
isFromPageContent(long format)
Indicates whether
JcidFormat is related to page content types. |
boolean |
isGraphNode()
Undefined and MUST be ignored.
|
boolean |
isPropertySet()
Gets a value indicating whether the object contains a property set.
|
boolean |
isReadOnly()
Gets a value indicating whether the object's data MUST NOT be changed when the object is revised.
|
static boolean |
isRootType(long format)
Indicates whether
JcidFormat is root type. |
byte[] |
toByteArray()
The to byte array.
|
String |
toString()
The to string.
|
public Jcid(long format)
Initializes a new instance of the Jcid
class.
format
- The format.public Jcid(int index, long format, boolean isBinary, boolean isPropertySet, boolean isGraphNode, boolean isFileData, boolean isReadOnly, com.aspose.ms.System.Collections.BitArray reserved)
Initializes a new instance of the Jcid
class.
index
- The index.format
- The format.isBinary
- The is binary.isPropertySet
- The is property set.isGraphNode
- The is graph node.isFileData
- The is file data.isReadOnly
- The is read only.reserved
- The reserved.public Jcid(int index, long format, boolean isBinary, boolean isPropertySet, boolean isGraphNode, boolean isFileData, boolean isReadOnly)
Initializes a new instance of the Jcid
class.
index
- The index.format
- The format.isBinary
- The is binary.isPropertySet
- The is property set.isGraphNode
- The is graph node.isFileData
- The is file data.isReadOnly
- The is read only.public int getIndex()
Gets the type of object.
public long getFormat()
Gets the format of object.
public boolean isBinary()
Gets a value indicating whether the object contains encryption data transmitted over the File Synchronization via SOAP over HTTP Protocol.
public boolean isPropertySet()
Gets a value indicating whether the object contains a property set.
public boolean isGraphNode()
Undefined and MUST be ignored.
public boolean isFileData()
Gets a value indicating whether the object is a file data object.
public boolean isReadOnly()
Gets a value indicating whether the object's data MUST NOT be changed when the object is revised.
public com.aspose.ms.System.Collections.BitArray getReserved()
Gets a reserved value. MUST be zero, and MUST be ignored.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
public static boolean isRootType(long format)
Indicates whether JcidFormat
is root type.
public static boolean isFromPageContent(long format)
Indicates whether JcidFormat
is related to page content types.
public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(Jcid other)
The equals.
other
- The other.bool
.Copyright (c) 2017 Aspose. All Rights Reserved.