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:
org.apache.poi.common.Duplicatable,GenericRecord
ftGmo (0x0006)
The group marker record is used as a position holder for groups.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.hssf.record.SubRecord
SubRecord.SubRecordTypes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hssf.record.SubRecord
createSubRecord, getMaxRecordLength, isTerminating, serialize, setMaxRecordLength, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
GroupMarkerSubRecord
public GroupMarkerSubRecord() -
GroupMarkerSubRecord
-
GroupMarkerSubRecord
-
-
Method Details
-
serialize
-
getSid
public short getSid() -
copy
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classSubRecord
-
getGenericProperties
-