public class DConRefRecord extends StandardRecord
DConRef Structure
[MS-XLS s.
2.4.86], and the contained DConFile structure
[MS-XLS s. 2.5.69]. This in turn contains a XLUnicodeStringNoCch
[MS-XLS s. 2.5.296].
_______________________________
| DConRef |
(bytes) +-+-+-+-+-+-+-+-+-+-+...+-+-+-+-+
| ref |cch| stFile | un|
+-+-+-+-+-+-+-+-+-+-+...+-+-+-+-+
|
_________|_____________________
|DConFile / XLUnicodeStringNoCch|
+-+-+-+-+-+-+-+-+-+-+-+...+-+-+-+
(bits) |h| reserved | rgb |
+-+-+-+-+-+-+-+-+-+-+-+...+-+-+-+
Where
DConFile.h = 0x00 if the characters inrgb are single byte, and
DConFile.h = 0x01 if they are double byte. DConRef.un = 2. Otherwise it is 1.
DConFile.rgb = (2 * DConRef.cch). Otherwise it is equal to
DConRef.cch.
DConRef.rgb starts with 0x01 if it is an external reference,
and with 0x02 if it is a self-reference.
| Modifier and Type | Field and Description |
|---|---|
static short |
sid
The id of the record type,
sid = 81 |
| Constructor and Description |
|---|
DConRefRecord(byte[] data)
Read constructor.
|
DConRefRecord(RecordInputStream inStream)
Read Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getDataSize() |
int |
getFirstColumn() |
int |
getFirstRow() |
int |
getLastColumn() |
int |
getLastRow() |
byte[] |
getPath() |
String |
getReadablePath() |
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isExternalRef()
Checks if the data source in this reference record is external to this sheet or internal.
|
protected void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializeclone, cloneViaReserialise, serializepublic static final short sid
sid = 81public DConRefRecord(byte[] data)
data - byte array containing a DConRef Record, including the header.public DConRefRecord(RecordInputStream inStream)
inStream - RecordInputStream containing a DConRefRecord structure.protected int getDataSize()
getDataSize in class StandardRecordprotected void serialize(LittleEndianOutput out)
StandardRecordRecordBase.getRecordSize()} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize in class StandardRecordpublic short getSid()
Recordpublic int getFirstColumn()
public int getFirstRow()
public int getLastColumn()
public int getLastRow()
public String toString()
Recordpublic byte[] getPath()
public String getReadablePath()
public boolean isExternalRef()
Copyright © 2020. All rights reserved.