Package org.apache.poi.hssf.record
Class MulRKRecord
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.MulRKRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
Used to store multiple RK numbers on a row. 1 MulRk = Multiple Cell values.
HSSF just converts this into multiple NUMBER records. READ-ONLY SUPPORT!
- Since:
- 2.0-pre
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()shortstarting column (first cell this holds in the row)shortending column (last cell this holds in the row)intget the number of columns this contains (last-first +1)doublegetRKNumberAt(int coffset) returns the rk number for column (coffset = column - field_2_first_col)intgetRow()shortgetSid()return the non static version of the id for this record.shortgetXFAt(int coffset) returns the xf index for column (coffset = column - field_2_first_col)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
-
MulRKRecord
- Parameters:
in- the RecordInputstream to read the record from
-
-
Method Details
-
getRow
public int getRow() -
getFirstColumn
public short getFirstColumn()starting column (first cell this holds in the row)- Returns:
- first column number
-
getLastColumn
public short getLastColumn()ending column (last cell this holds in the row)- Returns:
- first column number
-
getNumColumns
public int getNumColumns()get the number of columns this contains (last-first +1)- Returns:
- number of columns (last - first +1)
-
getXFAt
public short getXFAt(int coffset) returns the xf index for column (coffset = column - field_2_first_col)- Parameters:
coffset- the coffset = column - field_2_first_col- Returns:
- the XF index for the column
-
getRKNumberAt
public double getRKNumberAt(int coffset) returns the rk number for column (coffset = column - field_2_first_col)- Parameters:
coffset- the coffset = column - field_2_first_col- Returns:
- the value (decoded into a double)
-
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record. -
serialize
-
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
-