Package org.apache.poi.hssf.record
Class TableRecord
java.lang.Object
org.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.SharedValueRecordBase
org.apache.poi.hssf.record.TableRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()intintintgetFlags()intintshortgetSid()return the non static version of the id for this record.booleanbooleanbooleanbooleanbooleanvoidsetAlwaysCalc(boolean flag) voidsetColDeleted(boolean flag) voidsetColInputCol(int colInputCol) voidsetColInputRow(int colInputRow) voidsetFlags(int flags) voidsetOneNotTwoVar(boolean flag) voidsetRowDeleted(boolean flag) voidsetRowInputCol(int rowInputCol) voidsetRowInputRow(int rowInputRow) voidsetRowOrColInpCell(boolean flag) Methods inherited from class org.apache.poi.hssf.record.SharedValueRecordBase
getFirstColumn, getFirstRow, getLastColumn, getLastRow, getRange, isFirstCell, isInRange, serializeMethods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serializeMethods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
TableRecord
-
TableRecord
-
TableRecord
-
-
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:Recordreturn the non static version of the id for this record. -
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
-