jxl.biff.drawing
Class TextObjectRecord

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.biff.WritableRecordData
          extended byjxl.biff.drawing.TextObjectRecord
All Implemented Interfaces:
ByteData

public class TextObjectRecord
extends WritableRecordData

A TextObject (TXO) record which contains the information for comments


Field Summary
 
Fields inherited from class jxl.biff.WritableRecordData
maxRecordLength
 
Constructor Summary
TextObjectRecord(byte[] d)
          Constructor
TextObjectRecord(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.WritableRecordData
getBytes
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextObjectRecord

public TextObjectRecord(Record t)
Constructs this object from the raw data

Parameters:
t - the raw data

TextObjectRecord

public TextObjectRecord(byte[] d)
Constructor

Parameters:
d - the drawing data
Method Detail

getData

public byte[] getData()
Expose the protected function to the SheetImpl in this package

Specified by:
getData in class WritableRecordData
Returns:
the raw record data