|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.biff.WritableRecordData
jxl.biff.drawing.MsoDrawingRecord
A record which merely holds the MSODRAWING data. Used when copying files which contain images
| Field Summary |
| Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
| Constructor Summary | |
MsoDrawingRecord(byte[] d)
Constructor |
|
MsoDrawingRecord(Record t)
Constructs this object from the raw data |
|
| Method Summary | |
byte[] |
getData()
Expose the protected function |
Record |
getRecord()
Expose the protected function to the SheetImpl in this package |
boolean |
isFirst()
Accessor for the first drawing on the sheet. |
void |
setFirst()
Sets the flag to indicate that this is the first drawing on the sheet |
| Methods inherited from class jxl.biff.WritableRecordData |
getBytes |
| Methods inherited from class jxl.biff.RecordData |
getCode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MsoDrawingRecord(Record t)
t - the raw datapublic MsoDrawingRecord(byte[] d)
d - the drawing data| Method Detail |
public byte[] getData()
getData in class WritableRecordDatapublic Record getRecord()
getRecord in class RecordDatapublic void setFirst()
public boolean isFirst()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||