Package org.apache.poi.hssf.record
Class NoteStructureSubRecord
java.lang.Object
org.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.NoteStructureSubRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
ftNts (0x000D)
Represents a NoteStructure sub record.
The docs say nothing about it. The length of this record is always 26 bytes.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.hssf.record.SubRecord
SubRecord.SubRecordTypes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstruct a newNoteStructureSubRecordand fill its data with the default valuesNoteStructureSubRecord(LittleEndianInput in, int size) Read the record data from the suppliedRecordInputStreamNoteStructureSubRecord(LittleEndianInput in, int size, int cmoOt) -
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
-
NoteStructureSubRecord
public NoteStructureSubRecord()Construct a newNoteStructureSubRecordand fill its data with the default values -
NoteStructureSubRecord
-
NoteStructureSubRecord
Read the record data from the suppliedRecordInputStream- Parameters:
in- the input to read fromsize- the provided size - must be 22
-
NoteStructureSubRecord
-
-
Method Details
-
serialize
Serialize the record data into the supplied array of bytes -
getSid
public short getSid()- Returns:
- id of this record.
-
copy
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classSubRecord
-
getGenericProperties
-