The docs say nothing about it. The length of this record is always 26 bytes.
6869707172737475
cmoIdx = i; } } //add NoteStructure sub record //we don't know it's format, for now the record data is empty NoteStructureSubRecord u = new NoteStructureSubRecord(); obj.addSubRecord(cmoIdx+1, u); }
109110111112113114115116117118119
c.setLocked(true); c.setPrintable(true); c.setAutofill(false); c.setAutoline(true); NoteStructureSubRecord u = new NoteStructureSubRecord(); EndSubRecord e = new EndSubRecord(); obj.addSubRecord(c); obj.addSubRecord(u); obj.addSubRecord(e); return obj;
6768697071727374
6970717273747576
110111112113114115116117118119120