|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.model.RowBlocksReader
public final class RowBlocksReader
Segregates the 'Row Blocks' section of a single sheet into plain row/cell records and shared formula records.
Constructor Summary | |
---|---|
RowBlocksReader(RecordStream rs)
Also collects any loose MergeCellRecords and puts them in the supplied mergedCellsTable |
Method Summary | |
---|---|
MergeCellsRecord[] |
getLooseMergedCells()
Some unconventional apps place MergeCellsRecord s within the row block. |
RecordStream |
getPlainRecordStream()
|
SharedValueManager |
getSharedFormulaManager()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowBlocksReader(RecordStream rs)
rs
- the record streamMethod Detail |
---|
public MergeCellsRecord[] getLooseMergedCells()
MergeCellsRecord
s within the row block. They
actually should be in the MergedCellsTable
which is much later (see bug 45699).
public SharedValueManager getSharedFormulaManager()
public RecordStream getPlainRecordStream()
RecordStream
containing all the non-SharedFormulaRecord
non-ArrayRecord
and non-TableRecord
Records.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |