NumberRecord
org.apache.poi.hssf.record.
CellValueRecordInterface
+
getRow
() :int
+
getColumn
() :short
+
setRow
(int row) :void
+
setColumn
(short col) :void
+
setXFIndex
(short xf) :void
+
getXFIndex
() :short
+
isBefore
(
org.apache.poi.hssf.record.CellValueRecordInterface
i) :boolean
+
isAfter
(
org.apache.poi.hssf.record.CellValueRecordInterface
i) :boolean
+
isEqual
(
org.apache.poi.hssf.record.CellValueRecordInterface
i) :boolean
+
clone
() :java.lang.Object
java.lang. Comparable
+compareTo(java.lang.Object ) :int
org.apache.poi.hssf.record.
Record
+
sid
:short
+
Record
()
+
Record
(short id, short size, byte[] data)
+
Record
(short id, short size, byte[] data, int offset)
#
validateSid
(short id) :void
#
fillFields
(byte[] data, short size) :void
#
fillFields
(byte[] data, short size, int offset) :void
+
serialize
() :byte[]
+
serialize
(int offset, byte[] data) :int
+
getRecordSize
() :int
+
isValue
() :boolean
+
isInValueSection
() :boolean
+
toString
() :java.lang.String
+
processContinueRecord
(byte[] record) :void
+
getSid
() :short
+
clone
() :java.lang.Object
org.apache.poi.hssf.record.
NumberRecord
+
sid
:short
+
NumberRecord
()
+
NumberRecord
(short id, short size, byte[] data)
+
NumberRecord
(short id, short size, byte[] data, int offset)
#
fillFields
(byte[] data, short size, int offset) :void
+
setRow
(int row) :void
+
setColumn
(short col) :void
+
setXFIndex
(short xf) :void
+
setValue
(double value) :void
+
getRow
() :int
+
getColumn
() :short
+
getXFIndex
() :short
+
getValue
() :double
+
toString
() :java.lang.String
+
serialize
(int offset, byte[] data) :int
+
getRecordSize
() :int
#
validateSid
(short id) :void
+
getSid
() :short
+
isBefore
(
org.apache.poi.hssf.record.CellValueRecordInterface
i) :boolean
+
isAfter
(
org.apache.poi.hssf.record.CellValueRecordInterface
i) :boolean
+
isEqual
(
org.apache.poi.hssf.record.CellValueRecordInterface
i) :boolean
+
isInValueSection
() :boolean
+
isValue
() :boolean
+
compareTo
(java.lang.Object obj) :int
+
equals
(java.lang.Object obj) :boolean
+
clone
() :java.lang.Object