Package org.apache.poi.hssf.record
Class RefModeRecord
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.RefModeRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
Describes which reference mode to use
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortstatic final shortstatic final short -
Constructor Summary
Constructors -
Method Summary
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:
-
USE_A1_MODE
public static final short USE_A1_MODE- See Also:
-
USE_R1C1_MODE
public static final short USE_R1C1_MODE- See Also:
-
-
Constructor Details
-
RefModeRecord
public RefModeRecord() -
RefModeRecord
-
RefModeRecord
-
-
Method Details
-
setMode
public void setMode(short mode) set the reference mode to use (HSSF uses/assumes A1)- Parameters:
mode- the mode to use- See Also:
-
getMode
public short getMode()get the reference mode to use (HSSF uses/assumes A1)- Returns:
- mode to use
- See Also:
-
serialize
-
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
-