|
||||||||||
| 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.TabIdRecord
public final class TabIdRecord
Title: Sheet Tab Index Array Record
Description: Contains an array of sheet id's. Sheets always keep their ID regardless of what their name is.
REFERENCE: PG 412 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
| Field Summary | |
|---|---|
short[] |
field_1_tabids
|
static short |
sid
|
| Constructor Summary | |
|---|---|
TabIdRecord()
|
|
TabIdRecord(RecordInputStream in)
|
|
| Method Summary | |
|---|---|
int |
getRecordSize()
gives the current serialized size of the record. |
short |
getSid()
return the non static version of the id for this record. |
short[] |
getTabIdArray()
get the tab array. |
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker. |
void |
setTabIdArray(short[] array)
set the tab array. |
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging) |
| Methods inherited from class org.apache.poi.hssf.record.Record |
|---|
clone, 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
public short[] field_1_tabids
| Constructor Detail |
|---|
public TabIdRecord()
public TabIdRecord(RecordInputStream in)
| Method Detail |
|---|
public void setTabIdArray(short[] array)
array - of tab id's {0,1,2}public short[] getTabIdArray()
public java.lang.String toString()
Record
toString in class Record
public int serialize(int offset,
byte[] data)
RecordBase
serialize in class RecordBaseoffset - to begin writing atdata - byte array containing instance data
public int getRecordSize()
Record
getRecordSize in class Recordpublic short getSid()
Record
getSid in class Record
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||