Package org.apache.poi.hssf.record
Class OldSheetRecord
java.lang.Object
org.apache.poi.hssf.record.OldSheetRecord
- All Implemented Interfaces:
GenericRecord
Title: Bound Sheet Record (aka BundleSheet) (0x0085) for BIFF 5
Description: Defines a sheet within a workbook. Basically stores the sheet name and tells where the Beginning of file record is within the HSSF file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintget the offset in bytes of the Beginning of File Marker within the HSSF Stream part of the POIFS fileget the sheetname for this sheet.shortgetSid()voidsetCodePage(CodepageRecord codepage) toString()Methods 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
-
OldSheetRecord
-
-
Method Details
-
setCodePage
-
getSid
public short getSid() -
getPositionOfBof
public int getPositionOfBof()get the offset in bytes of the Beginning of File Marker within the HSSF Stream part of the POIFS file- Returns:
- offset in bytes
-
getSheetname
get the sheetname for this sheet. (this appears in the tabs at the bottom)- Returns:
- sheetname the name of the sheet
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
toString
-