Package org.apache.poi.hssf.record
Class MulBlankRecord
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.MulBlankRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
Represents a set of columns in a row with no value but with styling.
- See Also:
-
Field Summary
Fields -
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:
-
-
Constructor Details
-
MulBlankRecord
public MulBlankRecord(int row, int firstCol, short[] xfs) -
MulBlankRecord
- Parameters:
in- the RecordInputstream to read the record from
-
-
Method Details
-
getRow
public int getRow()- Returns:
- the row number of the cells this represents
-
getFirstColumn
public int getFirstColumn()- Returns:
- starting column (first cell this holds in the row). Zero based
-
getLastColumn
public int getLastColumn()- Returns:
- ending column (last cell this holds in the row). Zero based
-
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 column (coffset = column - field_2_first_col)- Returns:
- the XF index for the column
-
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
-