Class TableRecord

All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord

public final class TableRecord extends SharedValueRecordBase
The record specifies a data table.

This record is preceded by a single Formula record that defines the first cell in the data table, which should only contain a single Ptg.

  • Field Details

  • Constructor Details

  • Method Details

    • getFlags

      public int getFlags()
    • setFlags

      public void setFlags(int flags)
    • getRowInputRow

      public int getRowInputRow()
    • setRowInputRow

      public void setRowInputRow(int rowInputRow)
    • getColInputRow

      public int getColInputRow()
    • setColInputRow

      public void setColInputRow(int colInputRow)
    • getRowInputCol

      public int getRowInputCol()
    • setRowInputCol

      public void setRowInputCol(int rowInputCol)
    • getColInputCol

      public int getColInputCol()
    • setColInputCol

      public void setColInputCol(int colInputCol)
    • isAlwaysCalc

      public boolean isAlwaysCalc()
    • setAlwaysCalc

      public void setAlwaysCalc(boolean flag)
    • isRowOrColInpCell

      public boolean isRowOrColInpCell()
    • setRowOrColInpCell

      public void setRowOrColInpCell(boolean flag)
    • isOneNotTwoVar

      public boolean isOneNotTwoVar()
    • setOneNotTwoVar

      public void setOneNotTwoVar(boolean flag)
    • isColDeleted

      public boolean isColDeleted()
    • setColDeleted

      public void setColDeleted(boolean flag)
    • isRowDeleted

      public boolean isRowDeleted()
    • setRowDeleted

      public void setRowDeleted(boolean flag)
    • getSid

      public short getSid()
      Description copied from class: Record
      return the non static version of the id for this record.
      Specified by:
      getSid in class Record
      Returns:
      he id for this record
    • copy

      public TableRecord copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class StandardRecord
    • getGenericRecordType

      public HSSFRecordTypes getGenericRecordType()
      Specified by:
      getGenericRecordType in interface GenericRecord
      Specified by:
      getGenericRecordType in class Record
    • getGenericProperties

      public Map<String,Supplier<?>> getGenericProperties()