Class DrawingRecord

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class DrawingRecord
    extends StandardRecord
    implements java.lang.Cloneable
    DrawingRecord (0x00EC)
    • Constructor Detail

      • DrawingRecord

        public DrawingRecord()
    • Method Detail

      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
        Returns:
        he id for this record
      • getRecordData

        public byte[] getRecordData()
      • setData

        public void setData​(byte[] thedata)
      • clone

        public DrawingRecord clone()
        Cloning of drawing records must be executed through HSSFPatriarch, because all id's must be changed
        Overrides:
        clone in class Record
        Returns:
        cloned drawing records
      • toString

        public java.lang.String toString()
        Description copied from class: Record
        get a string representation of the record (for biffview/debugging)
        Overrides:
        toString in class Record