Package org.apache.poi.hssf.record
Class SupBookRecord
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.SupBookRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
A External Workbook Description (Supplemental Book).
Its only a dummy record for making new ExternSheet Record
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSupBookRecord(String url, String[] sheetNames) called by the constructor, should set class level fields.SupBookRecord(SupBookRecord other) -
Method Summary
Modifier and TypeMethodDescriptioncopy()static SupBookRecordstatic SupBookRecordcreateExternalReferences(String url, String[] sheetNames) static SupBookRecordcreateInternalReferences(short numberOfSheets) shortString[]shortgetSid()return the non static version of the id for this record.getURL()booleanbooleanbooleanvoidvoidsetNumberOfSheets(short number) voidMethods 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
-
SupBookRecord
-
SupBookRecord
-
SupBookRecord
called by the constructor, should set class level fields. Should throw runtime exception for bad/incomplete data.- Parameters:
in- the stream to read from
-
-
Method Details
-
createInternalReferences
-
createAddInFunctions
-
createExternalReferences
-
isExternalReferences
public boolean isExternalReferences() -
isInternalReferences
public boolean isInternalReferences() -
isAddInFunctions
public boolean isAddInFunctions() -
serialize
-
setNumberOfSheets
public void setNumberOfSheets(short number) -
getNumberOfSheets
public short getNumberOfSheets() -
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record. -
getURL
-
getSheetNames
-
setURL
-
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
-