Package org.apache.poi.hssf.record
Class GroupMarkerSubRecord
java.lang.Object
org.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.GroupMarkerSubRecord
- All Implemented Interfaces:
Cloneable
ftGmo (0x0006)
The group marker record is used as a position holder for groups.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hssf.record.SubRecord
createSubRecord, isTerminating, serialize
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
GroupMarkerSubRecord
public GroupMarkerSubRecord() -
GroupMarkerSubRecord
-
-
Method Details
-
toString
-
serialize
-
getDataSize
protected int getDataSize()- Specified by:
getDataSize
in classSubRecord
- 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
-