Class EndSubRecord

java.lang.Object
org.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.EndSubRecord
All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord

public final class EndSubRecord extends SubRecord
ftEnd (0x0000)

The end data record is used to denote the end of the subrecords.

  • Field Details

  • Constructor Details

    • EndSubRecord

      public EndSubRecord()
    • EndSubRecord

      public EndSubRecord(LittleEndianInput in, int size)
      Parameters:
      in - unused (since this record has no data)
      size - must be 0
  • Method Details