public class ClipboardCell
extends java.lang.Object
implements java.io.Serializable
SpreadsheetView.
It is internally used by the SpreadsheetView but developpers may want
to tweak the behavior of retrieve the content of the Clipboard.SpreadsheetView,
Serialized Form| Constructor and Description |
|---|
ClipboardCell(int row,
int column,
SpreadsheetCell spc)
Constructor of a ClipboardCell for a cell.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Returns the column of this cell.
|
java.lang.String |
getHtmlVersion()
If the original cell had its
SpreadsheetCell.isCellGraphic() to
true, the cell HTML content will be here and the string version
in getValue(). |
int |
getRow()
Returns the row of this cell.
|
java.lang.Object |
getValue()
Returns the value of this cell.
|
public ClipboardCell(int row,
int column,
SpreadsheetCell spc)
row - the row of this ClipboardCellcolumn - the column of this ClipboardCellspc - the SpreadsheetCell which value will be serializedpublic int getRow()
public int getColumn()
public java.lang.Object getValue()
public java.lang.String getHtmlVersion()
SpreadsheetCell.isCellGraphic() to
true, the cell HTML content will be here and the string version
in getValue().