|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 | |
---|---|
java.lang.Object |
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
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public void serialize(LittleEndianOutput out)
serialize
in class SubRecord
out
- the stream to serialize intoprotected int getDataSize()
getDataSize
in class SubRecord
public short getSid()
public java.lang.Object clone()
clone
in class SubRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |