Package org.apache.poi.hssf.record
Class TabIdRecord
java.lang.Object
org.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.TabIdRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
Contains an array of sheet id's. Sheets always keep their ID regardless of what their name is.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()shortgetSid()return the non static version of the id for this record.shortgetTabIdAt(int index) intvoidvoidsetTabIdArray(short[] array) set the tab array.Methods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serializeMethods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
TabIdRecord
public TabIdRecord() -
TabIdRecord
-
TabIdRecord
-
-
Method Details
-
setTabIdArray
public void setTabIdArray(short[] array) set the tab array. (0,1,2).- Parameters:
array- of tab id's {0,1,2}
-
serialize
-
getTabIdSize
public int getTabIdSize() -
getTabIdAt
public short getTabIdAt(int index) -
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record. -
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
-