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 
               MergeCellsRecords within the row block. 
             (一些非常规的应用程序将 MergeCellsRecords 放在行块中。) 
             |  
          
RecordStream |  
           getPlainRecordStream()  |  
          
SharedValueManager |  
           getSharedFormulaManager()  |  
          
public RowBlocksReader(RecordStream rs)
rs - the record stream 
            (rs - 记录流) 
           public MergeCellsRecord[] getLooseMergedCells()
MergeCellsRecords within the row block. They actually should be in the 
           MergedCellsTable which is much later (see bug 45699). 
           (一些非常规的应用程序将 MergeCellsRecords 放在行块中。它们实际上应该在更晚的 MergedCellsTable 中(参见错误 45699)。) 
          public SharedValueManager getSharedFormulaManager()
public RecordStream getPlainRecordStream()
RecordStream containing all the non- 
            SharedFormulaRecord non- 
            ArrayRecord and non- 
            TableRecord Records. 
            (一个 RecordStream 包含所有非 SharedFormulaRecord 非 ArrayRecord 和非 TableRecord 记录。) 
           Copyright 2021 The Apache Software Foundation or its licensors, as applicable.