Class GroupMarkerSubRecord

java.lang.Object
org.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.GroupMarkerSubRecord
All Implemented Interfaces:
Cloneable

public final class GroupMarkerSubRecord extends SubRecord implements Cloneable
ftGmo (0x0006)

The group marker record is used as a position holder for groups.

  • Field Details

  • Constructor Details

    • GroupMarkerSubRecord

      public GroupMarkerSubRecord()
    • GroupMarkerSubRecord

      public GroupMarkerSubRecord(LittleEndianInput in, int size)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • serialize

      public void serialize(LittleEndianOutput out)
      Specified by:
      serialize in class SubRecord
    • getDataSize

      protected int getDataSize()
      Specified by:
      getDataSize in class SubRecord
      Returns:
      the size of the data for this record (which is always 4 bytes less than the total record size). Note however, that ushort encoded after the record sid is usually but not always the data size.
    • getSid

      public short getSid()
    • clone

      public GroupMarkerSubRecord clone()
      Specified by:
      clone in class SubRecord