public final class RowBlocksReader
extends java.lang.Object
Constructor and Description |
---|
RowBlocksReader(RecordStream rs)
Also collects any loose MergeCellRecords and puts them in the supplied
mergedCellsTable
|
Modifier and Type | Method and Description |
---|---|
MergeCellsRecord[] |
getLooseMergedCells()
Some unconventional apps place
MergeCellsRecord s within the row block. |
RecordStream |
getPlainRecordStream() |
SharedValueManager |
getSharedFormulaManager() |
public RowBlocksReader(RecordStream rs)
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.Copyright © 2005-2010 Potix Corporation. All Rights Reserved.