jxl.biff
public class: ContinueRecord [javadoc |
source]
java.lang.Object
jxl.biff.RecordData
jxl.biff.WritableRecordData
jxl.biff.ContinueRecord
All Implemented Interfaces:
ByteData
A continue record - only used explicitly in special circumstances, as
the general continuation record is handled directly by the records
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from jxl.biff.ContinueRecord Detail: |
public byte[] getData() {
return data;
}
Accessor for the binary data - used when copying |
public Record getRecord() {
return super.getRecord();
}
Accessor for the record. Used when forcibly changing this record
into another type, notably a drawing record, as sometimes Excel appears
to switch to writing Continue records instead of MsoDrawing records |