public final class OldSheetRecord extends java.lang.Object implements GenericRecord
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.
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
OldSheetRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
int |
getPositionOfBof()
get the offset in bytes of the Beginning of File Marker within the HSSF Stream part of the POIFS file
|
java.lang.String |
getSheetname()
get the sheetname for this sheet.
|
short |
getSid() |
void |
setCodePage(CodepageRecord codepage) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren
public static final short sid
public OldSheetRecord(RecordInputStream in)
public void setCodePage(CodepageRecord codepage)
public short getSid()
public int getPositionOfBof()
public java.lang.String getSheetname()
public HSSFRecordTypes getGenericRecordType()
getGenericRecordType
in interface GenericRecord
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.