ValueRecordsAggregate
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.aggregates.
ValueRecordsAggregate
+
sid
:short
+
ValueRecordsAggregate
()
+
insertCell
(
org.apache.poi.hssf.record.CellValueRecordInterface
cell) :void
+
removeCell
(
org.apache.poi.hssf.record.CellValueRecordInterface
cell) :void
+
getPhysicalNumberOfCells
() :int
+
getFirstCellNum
() :int
+
getLastCellNum
() :int
+
construct
(int offset, java.util.List records) :int
+
serialize
(int offset, byte[] data) :int
#
fillFields
(byte[] data, short size, int offset) :void
#
validateSid
(short id) :void
+
getSid
() :short
+
getRecordSize
() :int
+
getIterator
() :java.util.Iterator
+
clone
() :java.lang.Object