Package org.apache.poi.hssf.record
Class SelectionRecord
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.SelectionRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
Shows the user's selection on the sheet for write set num refs to 0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelectionRecord(int activeCellRow, int activeCellCol) Creates a default selection record (cell A1, in pane ID 3)SelectionRecord(SelectionRecord other) -
Method Summary
Modifier and TypeMethodDescriptioncopy()intget the active cell's colintget the active cell's reference numberintget the active cell's rowbytegetPane()shortgetSid()return the non static version of the id for this record.voidvoidsetActiveCellCol(short col) set the active cell's colvoidsetActiveCellRef(short ref) set the active cell's reference numbervoidsetActiveCellRow(int row) set the active cell's rowvoidsetPane(byte pane) set which window pane this is forMethods 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
-
SelectionRecord
-
SelectionRecord
public SelectionRecord(int activeCellRow, int activeCellCol) Creates a default selection record (cell A1, in pane ID 3)- Parameters:
activeCellRow- the active cells row indexactiveCellCol- the active cells column index
-
SelectionRecord
-
-
Method Details
-
setPane
public void setPane(byte pane) set which window pane this is for- Parameters:
pane- the window pane
-
setActiveCellRow
public void setActiveCellRow(int row) set the active cell's row- Parameters:
row- number of active cell
-
setActiveCellCol
public void setActiveCellCol(short col) set the active cell's col- Parameters:
col- number of active cell
-
setActiveCellRef
public void setActiveCellRef(short ref) set the active cell's reference number- Parameters:
ref- number of active cell
-
getPane
public byte getPane()- Returns:
- the pane ID which window pane this is for
-
getActiveCellRow
public int getActiveCellRow()get the active cell's row- Returns:
- row number of active cell
-
getActiveCellCol
public int getActiveCellCol()get the active cell's col- Returns:
- col number of active cell
-
getActiveCellRef
public int getActiveCellRef()get the active cell's reference number- Returns:
- ref number of active cell
-
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
-