public final class NumberRecord extends CellRecord implements Cloneable
REFERENCE: PG 334 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
NumberRecord()
Creates new NumberRecord
|
NumberRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
NumberRecord |
clone() |
short |
getSid()
return the non static version of the id for this record.
|
double |
getValue()
get the value for the cell
|
void |
setValue(double value)
set the value for the cell
|
getColumn, getRow, getXFIndex, serialize, setColumn, setRow, setXFIndex, toStringgetRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public NumberRecord()
public NumberRecord(RecordInputStream in)
in - the RecordInputstream to read the record frompublic void setValue(double value)
value - double representing the valuepublic double getValue()
public short getSid()
Recordpublic NumberRecord clone()
Copyright © 2010 - 2020 Adobe. All Rights Reserved