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() |
java.lang.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.
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
clone, cloneViaReserialise, serialize
public static final short sid
sid = 81
public 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 StandardRecord
protected void serialize(LittleEndianOutput out)
StandardRecord
RecordBase.getRecordSize()
} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize
in class StandardRecord
public short getSid()
Record
public int getFirstColumn()
public int getFirstRow()
public int getLastColumn()
public int getLastRow()
public java.lang.String toString()
Record
public byte[] getPath()
public java.lang.String getReadablePath()
public boolean isExternalRef()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.