Class NoteStructureSubRecord

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class NoteStructureSubRecord
    extends SubRecord
    implements java.lang.Cloneable
    ftNts (0x000D)

    Represents a NoteStructure sub record.

    The docs say nothing about it. The length of this record is always 26 bytes.

    • Constructor Detail

      • NoteStructureSubRecord

        public NoteStructureSubRecord()
        Construct a new NoteStructureSubRecord and fill its data with the default values
      • NoteStructureSubRecord

        public NoteStructureSubRecord​(LittleEndianInput in,
                                      int size)
        Read the record data from the supplied RecordInputStream
        Parameters:
        in - the input to read from
        size - the provided size - must be 22
    • Method Detail

      • toString

        public java.lang.String toString()
        Convert this record to string. Used by BiffViewer and other utilities.
        Overrides:
        toString in class java.lang.Object
      • serialize

        public void serialize​(LittleEndianOutput out)
        Serialize the record data into the supplied array of bytes
        Specified by:
        serialize in class SubRecord
        Parameters:
        out - the stream to serialize into
      • getSid

        public short getSid()
        Returns:
        id of this record.