org.apache.poi.hssf.record
Class GroupMarkerSubRecord
java.lang.Object
org.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.GroupMarkerSubRecord
public final class GroupMarkerSubRecord
- extends SubRecord
ftGmo (0x0006)
The group marker record is used as a position holder for groups.
- Author:
- Glen Stampoultzis (glens at apache.org)
Field Summary |
static short |
sid
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sid
public static final short sid
- See Also:
- Constant Field Values
GroupMarkerSubRecord
public GroupMarkerSubRecord()
GroupMarkerSubRecord
public GroupMarkerSubRecord(LittleEndianInput in,
int size)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
serialize
public void serialize(LittleEndianOutput out)
- Specified by:
serialize
in class SubRecord
getSid
public short getSid()
clone
public java.lang.Object clone()
- Specified by:
clone
in class SubRecord