|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.NoteStructureSubRecord
public final class NoteStructureSubRecord
ftNts (0x000D)
Represents a NoteStructure sub record.
The docs say nothing about it. The length of this record is always 26 bytes.
| Field Summary | |
|---|---|
static short |
sid
|
| Constructor Summary | |
|---|---|
NoteStructureSubRecord()
Construct a new NoteStructureSubRecord and
fill its data with the default values |
|
NoteStructureSubRecord(LittleEndianInput in,
int size)
Read the record data from the supplied RecordInputStream |
|
| Method Summary | |
|---|---|
NoteStructureSubRecord |
clone()
|
protected int |
getDataSize()
|
short |
getSid()
|
void |
serialize(LittleEndianOutput out)
Serialize the record data into the supplied array of bytes |
java.lang.String |
toString()
Convert this record to string. |
| Methods inherited from class org.apache.poi.hssf.record.SubRecord |
|---|
createSubRecord, isTerminating, serialize |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final short sid
| Constructor Detail |
|---|
public NoteStructureSubRecord()
NoteStructureSubRecord and
fill its data with the default values
public NoteStructureSubRecord(LittleEndianInput in,
int size)
RecordInputStream
in - the input to read fromsize - the provided size - must be 22| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic void serialize(LittleEndianOutput out)
serialize in class SubRecordout - the stream to serialize intoprotected int getDataSize()
getDataSize in class SubRecordpublic short getSid()
public NoteStructureSubRecord clone()
clone in class SubRecord
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||