public class EmfPlusRecord extends MetaObject
The Emf+ base record type.
Constructor and Description |
---|
EmfPlusRecord()
Initializes a new instance of the
EmfPlusRecord class. |
EmfPlusRecord(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusRecord class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of
bytes of data in the RecordData field that follows.
|
byte |
getFirstFlagByte_internalized() |
boolean |
getFlagBit_internalized(int index)
Gets the flag bit.
|
short |
getFlags()
Gets or sets a 16-bit unsigned integer that contains information for some records on how
the operation is to be performed and on the structure of the record.
|
byte |
getLastFlagByte_internalized() |
byte |
getObjectId_internalized()
Gets the object identifier from flags field.
|
int |
getSize()
Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes
in the entire record, including the 12-byte record header and record-specific data.
|
short |
getType()
Gets a 16-bit unsigned integer that identifies the record type.
|
void |
setDataSize(int value)
Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of
bytes of data in the RecordData field that follows.
|
void |
setFirstFlagByte_internalized(byte value)
Gets or sets the first flag byte.
|
void |
setFlagBit_internalized(int index,
boolean value)
Sets the flag bit.
|
void |
setFlags(short value)
Gets or sets a 16-bit unsigned integer that contains information for some records on how
the operation is to be performed and on the structure of the record.
|
void |
setLastFlagByte_internalized(byte value)
Gets or sets the last flag byte.
|
void |
setObjectId_internalized(byte value)
Sets the object identifier to the flags field to bits 8-16.
|
void |
setSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes
in the entire record, including the 12-byte record header and record-specific data.
|
void |
setType_internalized(short value)
Gets a 16-bit unsigned integer that identifies the record type.
|
deepClone_internalized
public EmfPlusRecord()
Initializes a new instance of the EmfPlusRecord
class.
public EmfPlusRecord(EmfPlusRecord source)
Initializes a new instance of the EmfPlusRecord
class.
source
- The source.public short getType()
Gets a 16-bit unsigned integer that identifies the record type.
public void setType_internalized(short value)
Gets a 16-bit unsigned integer that identifies the record type.
public short getFlags()
Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record.
Value: The flags.public void setFlags(short value)
Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record.
Value: The flags.public int getSize()
Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data.
Value: The size.public void setSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data.
Value: The size.public int getDataSize()
Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header.
Value: The size of the data.public void setDataSize(int value)
Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header.
Value: The size of the data.public byte getFirstFlagByte_internalized()
public void setFirstFlagByte_internalized(byte value)
Gets or sets the first flag byte.
Value: The first flag byte.public byte getLastFlagByte_internalized()
public void setLastFlagByte_internalized(byte value)
Gets or sets the last flag byte.
Value: The last flag byte.public boolean getFlagBit_internalized(int index)
Gets the flag bit.
index
- The index.public byte getObjectId_internalized()
Gets the object identifier from flags field.
public void setFlagBit_internalized(int index, boolean value)
Sets the flag bit.
index
- The index.value
- if set to true
[value].public void setObjectId_internalized(byte value)
Sets the object identifier to the flags field to bits 8-16.
value
- The value.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.