jxl.read.biff
Class MsoDrawingGroupRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.MsoDrawingGroupRecord

public class MsoDrawingGroupRecord
extends RecordData

A record which merely holds the MSODRAWINGGROUP data. Used when copying files which contain images


Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
(package private) MsoDrawingGroupRecord(Record t)
          Constructs this object from the raw data
 
Method Summary
 byte[] getData()
          Expose the protected function to the SheetImpl in this package
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MsoDrawingGroupRecord

MsoDrawingGroupRecord(Record t)
Constructs this object from the raw data
Parameters:
t - the raw data
Method Detail

getData

public byte[] getData()
Expose the protected function to the SheetImpl in this package
Returns:
the raw record data