|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.NoteStructureSubRecord
public class NoteStructureSubRecord
Represents a NoteStructure (0xD) 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(RecordInputStream in)
Read the record data from the supplied RecordInputStream |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
int |
getRecordSize()
gives the current serialized size of the record. |
short |
getSid()
return the non static version of the id for this record. |
int |
serialize(int offset,
byte[] data)
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 |
| Methods inherited from class org.apache.poi.hssf.record.Record |
|---|
cloneViaReserialise, 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(RecordInputStream in)
RecordInputStream
| Method Detail |
|---|
public java.lang.String toString()
toString in class Record
public int serialize(int offset,
byte[] data)
serialize in class RecordBaseoffset - offset in the datadata - the data to serialize into
public int getRecordSize()
Record
getRecordSize in class Recordpublic short getSid()
Record
getSid in class Recordpublic java.lang.Object clone()
clone in class Record
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||