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

public final class NoteStructureSubRecord extends SubRecord
ftNts (0x000D)

Represents a NoteStructure sub record.

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

  • Field Details

  • Constructor Details

    • NoteStructureSubRecord

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

      public NoteStructureSubRecord(NoteStructureSubRecord other)
    • 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
    • NoteStructureSubRecord

      public NoteStructureSubRecord(LittleEndianInput in, int size, int cmoOt)
  • Method Details